Skip to content

commentAttachmentSchema

const commentAttachmentSchema: ZodObject<{ category: ZodEnum<{ audio: "audio"; file: "file"; image: "image"; pdf: "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.