Skip to content

Commit

Permalink
comment on future change
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed Feb 27, 2024
1 parent 5e7c031 commit d282650
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/db/dbAdapter.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* TODO:
* This should allow `null` as well, but adding that could be a breaking change to clients.
* Additionally set `"strictNullChecks": true` in tsconfig.
*/
export type DBValue = boolean | string | number | Buffer | Uint8Array;

export interface DBAdapter {
Expand Down

0 comments on commit d282650

Please sign in to comment.