Appearance
@sqlrooms/project-builder / ProjectFileState
ProjectFileState: { status: "download" | "upload" | "done"; progress: ProgressInfo; } | { status: "error"; message: string; }
status
"download"
"upload"
"done"
progress
ProgressInfo
"error"
message
string