Interface Operation

An object containing the properties for an OpenAPI operation.

Hierarchy

Properties

Properties

responses: {
    [statusCode: number]: {
        content: {
            application/json: any;
        };
    } | any;
}

Type declaration

  • [statusCode: number]: {
        content: {
            application/json: any;
        };
    } | any

Generated using TypeDoc