import type { AccountPartial as _litrpc_AccountPartial, Account as _litrpc_Account } from '../litrpc/Account'; export interface DebitAccountResponsePartial { 'account'?: (_litrpc_AccountPartial | null); } export interface DebitAccountResponse { 'account': (_litrpc_Account | null); }