/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403OffchainBroadcast = { /** * broadcast.failed.withdrawalId */ errorCode: string; /** * WithdrawalId must be present. */ message: string; /** * 403 */ statusCode: number; }