Skip to content

Variable: GetAttachmentContentPropertiesSchema

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

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