mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Renamed folders: ./apps/desktop/src/models/nativeMessaging ./apps/desktop/src/models/nativeMessaging/encryptedMessagePayloads ./apps/desktop/src/models/nativeMessaging/encryptedMessageResponses Renamed all files Cleaned up entries in whitelist-capital-letters.txt
This commit is contained in:
committed by
GitHub
parent
175eef5376
commit
db2d8aaa7e
@@ -0,0 +1,10 @@
|
||||
import { MessageCommon } from "./message-common";
|
||||
import { UnencryptedCommand } from "./unencrypted-command";
|
||||
|
||||
export type UnencryptedMessage = MessageCommon & {
|
||||
command: UnencryptedCommand;
|
||||
payload: {
|
||||
publicKey: string;
|
||||
applicationName: string;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user