Interface TypeBindingOptions

interface TypeBindingOptions {
    [key: string]: number | string | boolean | undefined;
}

Hierarchy (view full)

Indexable

[key: string]: number | string | boolean | undefined