fix(store): `autoSave` type to `number`

pull/1934/head
ayang 10 months ago
parent 7e1c17a635
commit 3d26c5450e
No known key found for this signature in database
GPG Key ID: 7CF0B972091D5C0C

@ -19,7 +19,7 @@ export type StoreOptions = {
/** /**
* Auto save on modification with debounce duration in milliseconds * Auto save on modification with debounce duration in milliseconds
*/ */
autoSave?: boolean autoSave?: number
} }
/** /**

Loading…
Cancel
Save