Skip to content

Commit

Permalink
refactor: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed May 14, 2024
1 parent 2da80da commit 3a74458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/sectionList/listViews/sectionListViewsConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export interface ViewConfigPart<TEntry> {
}

export interface ViewConfig {
columns?: ViewConfigPart<ModelPropertyConfig>
filters?: ViewConfigPart<FilterConfig>
columns: ViewConfigPart<ModelPropertyConfig>
filters: ViewConfigPart<FilterConfig>
}

// generic here is just used for "satisfies" below, for code-completion of future customizations
Expand Down

0 comments on commit 3a74458

Please sign in to comment.