* prototype with two windows * use deps in separate window render process * enhance autoplay into desktop overlay * fix: autoplay window not applying tailwind styles
11 lines
213 B
TypeScript
11 lines
213 B
TypeScript
export interface AutoplayPayload {
|
|
particleId: string;
|
|
streamId: string;
|
|
networkId: string;
|
|
downloadUrl: string;
|
|
mimeType: string;
|
|
durationMs: number;
|
|
senderName: string;
|
|
senderInitials: string;
|
|
}
|