mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: typo
This commit is contained in:
@@ -30,11 +30,11 @@ export interface PageView extends BaseView {
|
||||
|
||||
export interface KanbanView extends BaseView {
|
||||
type: RecastScene.Kanban;
|
||||
groupBy: RecastPropertyId;
|
||||
groupBy?: RecastPropertyId;
|
||||
}
|
||||
|
||||
export interface TableView extends BaseView {
|
||||
type: RecastScene.Kanban;
|
||||
type: RecastScene.Table;
|
||||
}
|
||||
|
||||
export type RecastView = PageView | KanbanView | TableView;
|
||||
|
||||
Reference in New Issue
Block a user