Skip to content

Documentation / @super-line/core / EventData

Type Alias: EventData<T>

EventData<T> = T extends ServerMessageDef ? InferOut<T["payload"]> : never

Defined in: packages/core/src/contract.ts:153

The data a client receives for an event/topic (post-validation).

Type Parameters

T

T

Released under the MIT License.