Improve API definitions
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user