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

    Interface BSBBytesType

    Bytes type for binary data (byte arrays). Maps to Uint8Array in JavaScript, byte[] in C#/Java/Go, bytes in Python.

    interface BSBBytesType {
        description?: string;
        optional?: boolean;
        nullable?: boolean;
        _bsb: "bytes";
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    Human-readable description for documentation

    optional?: boolean

    Whether this field is optional

    nullable?: boolean

    Whether this field can be null

    _bsb: "bytes"

    Type discriminator for JSON serialization