Type alias Action

Action: Immutable<{
    presences: readonly PresenceDto[];
    type: "PRESENCE_EVENT";
} | {
    presences: readonly PresenceDto[];
    type: "PRESENCE";
}>

Generated using TypeDoc