Interface ModelProps

Model properties.

interface ModelProps {
    [k: string]: AnyModelProp;
}

Indexable

[k: string]: AnyModelProp