export interface IAlchemyPay { appId: string; appSecret: string; redirectUrl: string; callbackUrl: string; nftCheckoutEndpoint: string; }