Type alias DirectEventsOperationObservables<T>

DirectEventsOperationObservables<T>: {
    $: Observable<DirectThreadEvent<T>>;
} & {
    [P in keyof typeof RealtimeOperationTypeEnum as `${P}$`]: Observable<DirectThreadEvent<T>>
}

Type Parameters

  • T