Interface AttachmentDto

interface AttachmentDto {
    content: Buffer;
    fileName: string;
}

Properties

Properties

content: Buffer
fileName: string