Documentation
    Preparing search index...

    Primitive atomic type metadata.

    interface IAtomic {
        tags: IMetadataTypeTag[][];
        type: "string" | "number" | "bigint" | "boolean";
    }
    Index

    Properties

    Properties

    Type constraint tags (e.g., @minimum, @format).

    type: "string" | "number" | "bigint" | "boolean"

    Primitive type kind.