chore(client): tweak deck

This commit is contained in:
syuilo
2022-07-05 15:55:55 +09:00
parent 4f0878e267
commit 135dfa8026
3 changed files with 7 additions and 15 deletions

View File

@@ -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[];