export type PaymentVerification = {
    amount: number;
    authority: string;
};
