export interface Notification {
    paymentId: string;
}
