Applesauce
    Preparing search index...

    Type Alias GroupRequestOptions

    GroupRequestOptions: RelayRequestOptions & {
        complete?: GroupRequestCompleteOperator;
        eventStore?: IEventStoreActions | IAsyncEventStoreActions | null;
    }

    Options for a request on a group of relays

    Type Declaration