Skip to content

Variable: RestoreContentVersionSchema

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

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