Documentation
    Preparing search index...

    Interface IAliasType

    Type alias definition.

    interface IAliasType {
        description: string | null;
        jsDocTags: IJsDocTagInfo[];
        name: string;
        nullables: boolean[];
        recursive: boolean;
        value: IMetadataSchema;
    }
    Index

    Properties

    description: string | null

    JSDoc description.

    jsDocTags: IJsDocTagInfo[]

    JSDoc tags.

    name: string

    Alias name.

    nullables: boolean[]

    Nullability per reference site.

    recursive: boolean

    Whether the alias is recursive.

    Underlying type schema.