interface App {
    component?: Type<object>;
    load: () => Promise<any>;
    title: string;
}

Properties

Properties

component?: Type<object>
load: () => Promise<any>
title: string