5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
export type WebsocketEntrypointMetadata = {
|
|
port: number;
|
|
message: unknown;
|
|
};
|