refactor(column): use context for manage column
This commit is contained in:
7
packages/types/index.d.ts
vendored
7
packages/types/index.d.ts
vendored
@@ -33,6 +33,13 @@ export interface WidgetGroupItem {
|
||||
icon?: string;
|
||||
}
|
||||
|
||||
export interface IColumn {
|
||||
id?: string;
|
||||
kind: number;
|
||||
title: string;
|
||||
content: string;
|
||||
}
|
||||
|
||||
export interface WidgetProps {
|
||||
id?: string;
|
||||
account_id?: number;
|
||||
|
||||
Reference in New Issue
Block a user