Variable webSocketInitShapeConst
webSocketInitShape: Shape<
{
customProps: Shape<
TOptional<TUnion<(TUndefined | TUnsafe<Record<never, unknown>>)[]>>,
>;
messageFromClientShape: Shape<TUnsafe<unknown>>;
messageFromHostShape: Shape<TUnsafe<unknown>>;
protocolsShape: Shape<TUnsafe<unknown>>;
requiredClientOrigin: Shape<
TOptional<
TUnion<
(
| TUndefined
| TUnsafe<{ anyOrigin: boolean }>
| TUnsafe<RegExp>
| TString
| TUnsafe<() => void>
| TArray<TUnion<((...) | (...) | (...) | (...))[]>>
)[],
>,
>,
>;
searchParamsShape: Shape<TUnsafe<unknown>>;
},
> = ...
Shape definition for WebSocketInit.