mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
More merge fixes
This commit is contained in:
parent
541e228410
commit
54b72a7015
927
Cargo.lock
generated
927
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -13,3 +13,4 @@ prisma-client-rust = { workspace = true }
|
||||
rspc = { workspace = true, features = ["unstable"] }
|
||||
thiserror = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
@ -245,7 +245,7 @@ export type Device = { pub_id: DevicePubId; name: string; os: DeviceOS; storage_
|
||||
|
||||
export type DeviceDeleteRequest = { access_token: AccessToken; pub_id: DevicePubId }
|
||||
|
||||
export type DeviceOS = "Linux" | "Windows" | "MacOS" | "IOS" | "Android"
|
||||
export type DeviceOS = "Linux" | "Windows" | "MacOS" | "iOS" | "Android"
|
||||
|
||||
export type DevicePubId = string
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user