export interface IPagBankAccount {
    id: string;
}
