良い感じに

This commit is contained in:
syuilo
2018-07-16 03:53:03 +09:00
parent 1744316656
commit 3a02a7dad8
5 changed files with 29 additions and 17 deletions

View File

@ -2,6 +2,12 @@ import * as path from 'path';
import * as glob from 'glob';
export interface IEndpointMeta {
desc?: any;
params?: any;
res?: any;
/**
* このエンドポイントにリクエストするのにユーザー情報が必須か否か
* 省略した場合は false として解釈されます。