interface BomAttachment {
    base64: string;
    name: string;
}

Properties

Properties

base64: string
name: string