UNPKG

93 BTypeScriptView Raw
1export interface Input {
2 name: string;
3 value: boolean | string;
4 options?: any;
5}