BSB Node.js Type Definitions
    Preparing search index...

    Type Alias BSBType

    BSBType:
        | BSBStringType
        | BSBNumberType
        | BSBBooleanType
        | BSBBytesType
        | BSBArrayType
        | BSBObjectType
        | BSBEnumType
        | BSBUnionType

    Union of all BSB type interfaces.