export interface PaymentLinkResponse { name: string; product_id: string; amount: string; created_at: string; updated_at: string; payment_link_url: string; }