Appearance
@sqlrooms/room-shell / RoomFileState
RoomFileState = { status: "download" | "upload" | "done"; progress?: ProgressInfo; } | { status: "error"; message?: string; }
status
"download"
"upload"
"done"
progress?
ProgressInfo
"error"
message?
string