Improve doc
This commit is contained in:
parent
47d4dcfdf5
commit
60c9a6528f
14 changed files with 52 additions and 12 deletions
|
@ -7,6 +7,7 @@ export type Param = {
|
|||
validator: Context<any>;
|
||||
transform?: any;
|
||||
default?: any;
|
||||
deprecated?: boolean;
|
||||
desc?: { [key: string]: string };
|
||||
ref?: string;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue