/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403FeeFormat = { /** * fee.format */ errorCode: string; /** * Fee has incorrect format. */ message: string; /** * 403 */ statusCode: number; }