UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

11 lines (9 loc) 204 B
type SFUEvent = { id: string, type: 'sfu/event' | string, created_at: string, key: string, content: Record<string, unknown>, source: string, }; export default SFUEvent;