/**
 * This file was generated by st-open-api
 */
import { IErrorCommonErrorBadGateway } from './interface/i-error-common-error-bad-gateway';
export interface ICommonErrorBadGateway {
    error: IErrorCommonErrorBadGateway;
}
