mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-29 13:34:27 +08:00
[Feat] Settings UI Auth (#3) & Prepare for v0.1.1-rel
This commit is contained in:
9
src/aura/types/shared/config.d.ts
vendored
Executable file
9
src/aura/types/shared/config.d.ts
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
type AES256EncryptedConfig = string;
|
||||
type Base64String = string;
|
||||
|
||||
interface EncryptedConfig {
|
||||
content: AES256EncryptedConfig;
|
||||
authTag: Base64String;
|
||||
salt: Base64String;
|
||||
iv: Base64String;
|
||||
}
|
||||
Reference in New Issue
Block a user