Interface BinaryExtended

interface BinaryExtended {
    $binary: {
        base64: string;
        subType: string;
    };
}

Properties

Properties

$binary: {
    base64: string;
    subType: string;
}