Interface AttachmentInfo

interface AttachmentInfo {
    presigned_url: string;
    mime_type?: string;
}

Properties

presigned_url: string
mime_type?: string