mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
refactor: update user decryption structure in sync response for consistency
This commit is contained in:
+1
-1
@@ -273,6 +273,6 @@ export interface SyncResponse {
|
||||
domains: any;
|
||||
policies: any[];
|
||||
sends: any[];
|
||||
userDecryption: any | null;
|
||||
UserDecryptionOptions: UserDecryptionOptions | null;
|
||||
object: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user