StoreType
import type { State } from 'zustand'
interface StoreType<StoreDataType> extends State {
name: string
data: StoreDataType
reset: () => void
update: (producer: (data: StoreDataType) => void) => void
}Unexpected error with integration github-files: Integration is not authenticated with GitHub
API reference
name
namedata
datareset
resetupdate
updateLast updated