Skip to content

Commit

Permalink
missing entity
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Jan 18, 2024
1 parent 58ff26e commit 8d41e15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/loot-core/src/types/models/reports.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { RuleConditionEntity } from "./rule";

Check warning on line 1 in packages/loot-core/src/types/models/reports.d.ts

View workflow job for this annotation

GitHub Actions / lint

Replace `"./rule"` with `'./rule'`

export interface CustomReportEntity {
reportId?: string;
mode: string;
Expand All @@ -8,7 +10,7 @@ export interface CustomReportEntity {
showUncategorized: boolean;
graphType: string;
selectedCategories;
filters;
filters: RuleConditionEntity;
conditionsOp: string;
name: string;
startDate: string;
Expand Down

0 comments on commit 8d41e15

Please sign in to comment.