bitwarden-estensione-browser/apps/desktop/src/models/native-messaging/legacy-message.ts

9 lines
117 B
TypeScript

export type LegacyMessage = {
command: string;
userId?: string;
timestamp?: number;
publicKey?: string;
};