interface IGetAccountData {
    account_id: number;
}
interface IGetAccountLimitsData {
    account_id: number;
}
export type { IGetAccountData, IGetAccountLimitsData };
