Skip to content

Variable: GetPageContentPropertiesSchema

ts
const GetPageContentPropertiesSchema: ZodObject<{
  cursor: ZodOptional<ZodString>;
  key: ZodOptional<ZodString>;
  limit: ZodOptional<ZodNumber>;
  pageId: ZodNumber;
  sort: ZodOptional<ZodCustom<"key" | string & object | "-key", "key" | string & object | "-key">>;
}, $strip>;

Defined in: src/v2/parameters/getPageContentProperties.ts:4