mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-12 11:36:32 -04:00
- begin job runner
- changed job schema - bridge useMutation
This commit is contained in:
2
packages/core/bindings/EncryptionAlgorithm.ts
Normal file
2
packages/core/bindings/EncryptionAlgorithm.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
export type EncryptionAlgorithm = "None" | "AES128" | "AES192" | "AES256";
|
||||
Reference in New Issue
Block a user