Interface ObjectType

interface ObjectType {
    [key: string]: PrimitiveType | ArrayType | ObjectType;
}

Indexable

[key: string]: PrimitiveType | ArrayType | ObjectType

Generated using TypeDoc