Skip to content

Variable: GetContentsWithStateSchema

ts
const GetContentsWithStateSchema: ZodObject<{
  expand: ZodOptional<ZodArray<ZodString>>;
  limit: ZodOptional<ZodNumber>;
  spaceKey: ZodString;
  start: ZodOptional<ZodNumber>;
  state-id: ZodNumber;
}, $strip>;

Defined in: src/v1/parameters/getContentsWithState.ts:3