interface QueueSocketMessage {
    animations: (string | AnimationConfig)[];
    id: string;
    sender: string;
    target: string;
    timestamp: number;
    type: "queue";
    users: string[];
}

Hierarchy (view full)

Properties

animations: (string | AnimationConfig)[]
id: string
sender: string
target: string
timestamp: number
type
users: string[]