commentAttachmentSchema
constcommentAttachmentSchema:ZodObject<{category:ZodEnum<{audio:"audio";file:"file";image:"image";"pdf";video:"video"; }>;file:ZodObject<{expiry_time:ZodUnion<readonly [ZodISODateTime,ZodISODate]>;url:ZodURL; },$strip>; },$strip>
Defined in: src/schemas/comment.schema.ts:27
Comment attachment schema.