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

    Type Alias SseOptions<P>

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

    Type Parameters

    • P extends Record<string, any> = Record<string, any>
    Index

    Properties

    Properties

    args: P
    streamName: string