Corrected responses to support $ref

This commit is contained in:
Shelby Sanders 2020-10-08 13:44:00 -07:00 committed by romanhotsiy
parent af138639ca
commit f19894f82b
No known key found for this signature in database
GPG Key ID: 0BC2221278CCBBB8

View File

@ -192,7 +192,7 @@ export interface OpenAPIRequestBody {
}
export interface OpenAPIResponses {
[code: string]: OpenAPIResponse;
[code: string]: Referenced<OpenAPIResponse>;
}
export interface OpenAPIResponse