owservable
    Preparing search index...

    Type Alias StoreSubscriptionUpdateType

    type StoreSubscriptionUpdateType = {
        config: StoreSubscriptionConfigType;
        observe: string;
        scope: StoreScopeType;
        target: string;
    }
    Index

    Properties

    observe: string
    target: string