mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 10:21:53 +00:00
update package json
This commit is contained in:
@@ -17,7 +17,7 @@ export enum PatchOp {
|
||||
REPLACE = 'replace',
|
||||
}
|
||||
|
||||
export interface Bootstrapper<T> {
|
||||
export interface Bootstrapper<T extends Record<string, any>> {
|
||||
init(): DBCache<T>
|
||||
update(cache: DBCache<T>): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user