Variable: GetAttachmentContentPropertiesByIdSchema
ts
const GetAttachmentContentPropertiesByIdSchema: ZodObject<{
attachmentId: ZodString;
propertyId: ZodNumber;
}, $strip>;Defined in: src/v2/parameters/getAttachmentContentPropertiesById.ts:3