Type alias DcEventType<T>

DcEventType<T>: Extract<EventType, {
    kind: T;
}>

Type Parameters

Generated using TypeDoc