WIP on saving uploads (#2)

This commit is contained in:
2022-07-01 20:59:21 -04:00
parent feada6f11f
commit 9307ace24a
6 changed files with 101 additions and 7 deletions

View File

@@ -878,6 +878,15 @@ type SettingsModel =
}
/// View model for uploading a file
[<CLIMutable; NoComparison; NoEquality>]
type UploadFileModel =
{ /// The upload destination
destination : string
}
/// A message displayed to the user
[<CLIMutable; NoComparison; NoEquality>]
type UserMessage =
{ /// The level of the message