joi: add optional key and label property to the Context

This commit is contained in:
Young Rok Kim
2017-11-01 10:55:32 +09:00
parent e764326427
commit e062226510

View File

@@ -390,6 +390,8 @@ export interface Description {
export interface Context {
[key: string]: any;
key?: string;
label?: string;
}
export interface State {