interface DM { data: { content: string; content_safe: string; system: boolean; user: string; userdata: { role: Role; supporter: boolean; supporter_tier: number; verified: boolean; }; }; id: string; stream: string; ts: Date; } Properties
data
data: { content: string; content_safe: string; system: boolean; user: string; userdata: { role: Role; supporter: boolean; supporter_tier: number; verified: boolean; }; } id
id: string
stream
stream: string
ts
ts: Date