export interface LandingPage { landing_page: { url: string; template: string; is_active: boolean; }; }