Interface Base64BinaryType

interface Base64BinaryType {
    _content: string;
}

Properties

Properties

_content: string