export type BankValidity = {
    isValid: boolean;
    isPotentiallyValid: boolean;
};
