Skip to content

Variable: RestoreContentVersionSchema

ts
const RestoreContentVersionSchema: ZodObject<{
  expand: ZodOptional<ZodArray<ZodString>>;
  id: ZodString;
  operationKey: ZodEnum<{
     restore: "restore";
  }>;
  params: ZodObject<{
     message: ZodString;
     restoreTitle: ZodOptional<ZodBoolean>;
     versionNumber: ZodNumber;
  }, $loose>;
}, $strip>;

Defined in: src/v1/parameters/restoreContentVersion.ts:4