Skip to content

Variable: GetAttachmentLabelsSchema

ts
const GetAttachmentLabelsSchema: ZodObject<{
  cursor: ZodOptional<ZodString>;
  id: ZodString;
  limit: ZodOptional<ZodNumber>;
  prefix: ZodOptional<ZodCustom<"global" | string & object | "my" | "team" | "system", "global" | string & object | "my" | "team" | "system">>;
  sort: ZodOptional<ZodString>;
}, $strip>;

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