Skip to content

@sqlrooms/room-shell / RoomFileState

Type Alias: RoomFileState

RoomFileState: { status: "download" | "upload" | "done"; progress: ProgressInfo; } | { status: "error"; message: string; }