type BankingCircleData = {
    account_id: string;
};
export type { BankingCircleData };
