UNPKG

@trapi/swagger

Version:

Generate Swagger files from a decorator APIs.

15 lines 309 B
export declare enum Version { V2 = "v2", V3 = "v3" } export declare enum DocumentFormat { YAML = "yaml", JSON = "json" } export declare enum SecurityType { API_KEY = "apiKey", BASIC = "basic",// v2 only HTTP = "http", OAUTH2 = "oauth2" } //# sourceMappingURL=constants.d.ts.map