export interface PaymentLink { name: string; product_id: string; amount: number; }