feat(shared): reorder AppError constructor to (message, code, status), add singleton logger, retry and TTL cache utilities
This commit is contained in:
@@ -112,6 +112,8 @@ export interface ActiveSpeaker {
|
||||
speaking: boolean;
|
||||
}
|
||||
|
||||
export type MediaMode = "music" | "screen";
|
||||
|
||||
export interface MediaItem {
|
||||
id?: string;
|
||||
source: string;
|
||||
|
||||
Reference in New Issue
Block a user