chore(client): tweak deck
This commit is contained in:
parent
4f0878e267
commit
135dfa8026
3 changed files with 7 additions and 15 deletions
|
|
@ -13,7 +13,7 @@ type ColumnWidget = {
|
|||
|
||||
export type Column = {
|
||||
id: string;
|
||||
type: string;
|
||||
type: 'main' | 'widgets' | 'notifications' | 'tl' | 'antenna' | 'list' | 'mentions' | 'direct';
|
||||
name: string | null;
|
||||
width: number;
|
||||
widgets?: ColumnWidget[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue