Thanks to visit codestin.com
Credit goes to mongodb.github.io

Interface BinaryExtended

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

Properties

Properties

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