良い感じに
This commit is contained in:
parent
1744316656
commit
3a02a7dad8
5 changed files with 29 additions and 17 deletions
|
|
@ -2,6 +2,12 @@ import * as path from 'path';
|
|||
import * as glob from 'glob';
|
||||
|
||||
export interface IEndpointMeta {
|
||||
desc?: any;
|
||||
|
||||
params?: any;
|
||||
|
||||
res?: any;
|
||||
|
||||
/**
|
||||
* このエンドポイントにリクエストするのにユーザー情報が必須か否か
|
||||
* 省略した場合は false として解釈されます。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue