Skip to content

Commit

Permalink
update package json (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDHill authored Mar 15, 2023
1 parent 85959db commit fcfa917
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 208 deletions.
2 changes: 1 addition & 1 deletion client/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
Loading

0 comments on commit fcfa917

Please sign in to comment.