refactor: organize desktop vs. mobile into separate folders
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export interface AutoplayPayload {
|
||||
particleId: string;
|
||||
streamId: string;
|
||||
networkId: string;
|
||||
downloadUrl: string;
|
||||
mimeType: string;
|
||||
durationMs: number;
|
||||
senderName: string;
|
||||
senderInitials: string;
|
||||
}
|
||||
Reference in New Issue
Block a user