Variable: GetAttachmentVersionsSchema
ts
const GetAttachmentVersionsSchema: ZodObject<{
cursor: ZodOptional<ZodString>;
id: ZodString;
limit: ZodOptional<ZodNumber>;
sort: ZodOptional<ZodCustom<string & object | "modified-date" | "-modified-date", string & object | "modified-date" | "-modified-date">>;
}, $strip>;Defined in: src/v2/parameters/getAttachmentVersions.ts:4