mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-19 00:40:11 -07:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
interface SendEncryptedMessagePayload {
|
|
type: string;
|
|
payload: Record<string, unknown>;
|
|
}
|