MappedInput: {
    inputs: {
        key: string;
        value: any;
    }[];
}

Type declaration

  • inputs: {
        key: string;
        value: any;
    }[]

Generated using TypeDoc