type UserCreditLimit = {
    limit: number;
    currency: string;
};
export type { UserCreditLimit };
