interface OutputItem {
    data: Uint8Array;
    mime: string;
}

Properties

Properties

data: Uint8Array
mime: string