Type alias IReportCategory

IReportCategory: IAppBase & {
    reports: IReport[];
}

Type declaration

Generated using TypeDoc