Interface Inputs

interface Inputs {
    [key: string]: Input;
}

Indexable

[key: string]: Input

Generated using TypeDoc