import type { AccountIdentifierPartial as _litrpc_AccountIdentifierPartial, AccountIdentifier as _litrpc_AccountIdentifier } from '../litrpc/AccountIdentifier'; import type { Long } from '@grpc/proto-loader'; export interface CreditAccountRequestPartial { 'account'?: (_litrpc_AccountIdentifierPartial | null); 'amount'?: (number | string | Long); } export interface CreditAccountRequest { 'account': (_litrpc_AccountIdentifier | null); 'amount': (string); }