Type alias IReport

IReport: IAppBase & {
    codename: string;
    type: ReportType;
}

Type declaration

Generated using TypeDoc