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

    Interface BSBBooleanType

    Boolean type.

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

    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: "boolean"

    Type discriminator for JSON serialization