Skip to content

Variable: GetContentStateSchema

ts
const GetContentStateSchema: ZodObject<{
  id: ZodString;
  status: ZodOptional<ZodCustom<string & object | "current" | "draft" | "archived", string & object | "current" | "draft" | "archived">>;
}, $strip>;

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