export interface CardIdentifier {
    id: string;
    brand: string;
    exp_month: number;
    exp_year: number;
    last_four: string;
}
