export interface Subscription {
    productId: string;
    title: string;
    expiration: Date;
}
