WSMessageType
import { WSMessageType } from "@hyper-fetch/sockets"
Description
Defined in adapter/adapter.types.ts:99
Preview
type WSMessageType = {
data: string;
endpoint: string;
id: string;
}
Structure
{
data: string;
endpoint: string;
id: string;
}