@sodazone/ocelloids-client - v3.1.1
    Preparing search index...

    Type Alias SseOptions<P>

    type SseOptions<P extends Record<string, SseArg> = Record<string, SseArg>> = {
        args: P;
        streamName: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    args: P
    streamName: string