Type alias InputValueType

InputValueType: {
    [x: string]: undefined | boolean | string | number | [any, undefined | boolean | InputValueType] | InputValueType;
}

Type declaration