Improve API definitions

This commit is contained in:
syuilo
2018-10-22 05:16:27 +09:00
parent c29f912461
commit 3aece449e4
15 changed files with 136 additions and 34 deletions

View File

@@ -2,6 +2,8 @@ import * as path from 'path';
import * as glob from 'glob';
export interface IEndpointMeta {
stability?: 'deprecated' | 'experimental' | 'stable';
desc?: any;
params?: any;