mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
add serverId to list state selection
This commit is contained in:
@@ -15,6 +15,7 @@ export type ItemListAction =
|
||||
export interface ItemListItem {
|
||||
id: string;
|
||||
itemType: LibraryItem;
|
||||
serverId: string;
|
||||
}
|
||||
|
||||
export interface ItemListState {
|
||||
|
||||
Reference in New Issue
Block a user