interface ResponsesObject {
    [code: string]: ReferenceObject | ResponseObject;
}

Indexable

Generated using TypeDoc