frontend/src/cast/types.ts

5 lines
74 B
TypeScript

export interface BaseCastMessage {
type: string;
senderId?: string;
}