From 3a02a7dad891400045a7fd0ba6eed99953eddab0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 16 Jul 2018 03:53:03 +0900 Subject: 良い感じに MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/api/endpoints.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/server/api') diff --git a/src/server/api/endpoints.ts b/src/server/api/endpoints.ts index cc9b90d6fc..5923694c6f 100644 --- a/src/server/api/endpoints.ts +++ b/src/server/api/endpoints.ts @@ -2,6 +2,12 @@ import * as path from 'path'; import * as glob from 'glob'; export interface IEndpointMeta { + desc?: any; + + params?: any; + + res?: any; + /** * このエンドポイントにリクエストするのにユーザー情報が必須か否か * 省略した場合は false として解釈されます。 -- cgit v1.2.3-freya