Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
import { Link } from "./Link";
export declare class LandingPage {
title?: string;
description?: string;
links: Link[];
static fromJson(jsonObj: any): LandingPage;
}