Representation for a binary file. It is not a unit so that it is expandable in the future.

interface BinaryMember {
    $unknown?: undefined;
    binary: OutputRegularBinaryFileType;
    notebook?: undefined;
    quiz?: undefined;
    text?: undefined;
}

Properties

$unknown?: undefined
notebook?: undefined
quiz?: undefined
text?: undefined