UNPKG

87 BTypeScriptView Raw
1export type WebsocketEntrypointMetadata = {
2 port: number;
3 message: unknown;
4};