mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
joi: add optional key and label property to the Context
This commit is contained in:
2
types/joi/index.d.ts
vendored
2
types/joi/index.d.ts
vendored
@@ -390,6 +390,8 @@ export interface Description {
|
||||
|
||||
export interface Context {
|
||||
[key: string]: any;
|
||||
key?: string;
|
||||
label?: string;
|
||||
}
|
||||
|
||||
export interface State {
|
||||
|
||||
Reference in New Issue
Block a user