Skip to content

Variable: GetDatabaseContentPropertiesSchema

ts
const GetDatabaseContentPropertiesSchema: ZodObject<{
  cursor: ZodOptional<ZodString>;
  id: ZodNumber;
  key: ZodOptional<ZodString>;
  limit: ZodOptional<ZodNumber>;
  sort: ZodOptional<ZodEnum<{
     -key: "-key";
     key: "key";
  }>>;
}, $strip>;

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