From e062226510a5b22fc193bddb94b95aa6121d12ad Mon Sep 17 00:00:00 2001 From: Young Rok Kim Date: Wed, 1 Nov 2017 10:55:32 +0900 Subject: [PATCH] joi: add optional key and label property to the Context --- types/joi/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/joi/index.d.ts b/types/joi/index.d.ts index f95fc905a8..55422f849a 100644 --- a/types/joi/index.d.ts +++ b/types/joi/index.d.ts @@ -390,6 +390,8 @@ export interface Description { export interface Context { [key: string]: any; + key?: string; + label?: string; } export interface State {