export interface FronteggCheckoutDialogOptions { plan?: string; onClose?: () => void; onSuccess?: () => void; onError?: (msg: string) => void; }