Skip to content

Variable: GetCustomContentByTypeInSpaceSchema

ts
const GetCustomContentByTypeInSpaceSchema: ZodObject<{
  bodyFormat: ZodOptional<ZodEnum<{
     atlas_doc_format: "atlas_doc_format";
     raw: "raw";
     storage: "storage";
  }>>;
  cursor: ZodOptional<ZodString>;
  id: ZodNumber;
  limit: ZodOptional<ZodNumber>;
  type: ZodString;
}, $strip>;

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