import { ApiException } from './apiException';
export interface ApiExceptionFault extends ApiException {
}
