Type Alias StoreSubscriptionUpdateType

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

Type declaration