mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-06 14:23:30 -04:00
2 lines
107 B
TypeScript
2 lines
107 B
TypeScript
|
|
export type ClientEvent = { type: "NewFileTypeThumb", data: { file_id: number, icon_created: boolean, } }; |