CreateStoreType
import type { UseBoundStore } from 'zustand'
import type {
StoreApiWithPersist,
StoreApiWithSubscribeWithSelector,
} from 'zustand/middleware'
type CreateStoreType<StoreDataType> = UseBoundStore<
StoreType<StoreDataType>
> & {
persist?: StoreApiWithPersist<StoreType<StoreDataType>>['persist']
subscribeWithSelector?: StoreApiWithSubscribeWithSelector<
StoreType<StoreDataType>
>['subscribe']
}Unexpected error with integration github-files: Integration is not authenticated with GitHub
API reference
persist
persistsubscribeWithSelector
subscribeWithSelectorUnexpected error with integration github-files: Integration is not authenticated with GitHub
Last updated