Interface Scheme

    interface Scheme {
        [key: string]: {
            constraint?: string;
            default?: string;
            name: string;
            type: string;
        }[];
    }

    Indexable

    [key: string]: {
        constraint?: string;
        default?: string;
        name: string;
        type: string;
    }[]

    Generated using TypeDoc and TypeDoc Airthium Plugin