Skip to content

Variable: GetCustomContentByTypeInSpaceSchema

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

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