Type alias WSPacket<T>

WSPacket<T>: SkeletonWSPayload & {
    d: WSPayload<T>;
}

Type Parameters

Generated using TypeDoc