AutoBE
    Preparing search index...

    Null type.

    interface INull {
        type: "null";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "null"

    Discriminator value. MUST be a single string, NEVER an array.

    For nullable types, use IOneOf instead: { oneOf: [{ type: "string" }, { type: "null" }] }