An error occurred while loading the file. Please try again.
LandingPage.d.ts 181 bytes
import { Link } from "./Link";
export declare class LandingPage {
    title?: string;
    description?: string;
    links: Link[];
    static fromJson(jsonObj: any): LandingPage;