Improve doc

This commit is contained in:
syuilo 2019-02-25 04:18:09 +09:00
parent 47d4dcfdf5
commit 60c9a6528f
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
14 changed files with 52 additions and 12 deletions

View file

@ -7,6 +7,7 @@ export type Param = {
validator: Context<any>;
transform?: any;
default?: any;
deprecated?: boolean;
desc?: { [key: string]: string };
ref?: string;
};