Skip to content

Commit

Permalink
fix jsdocs @ insert-query-builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Nov 23, 2024
1 parent 3a4fbd5 commit 77fdc1f
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 52 deletions.
2 changes: 1 addition & 1 deletion deno.check.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export type PersonUpdate = Updateable<PersonTable>
export type Pet = Selectable<PetTable>
export type NewPet = Insertable<PetTable>
export type PetUpdate = Updateable<PetTable>
export type Species = 'dog' | 'cat'
export type Species = 'dog' | 'cat' | 'hamster'

declare global {
// @ts-ignore
Expand Down
Loading

0 comments on commit 77fdc1f

Please sign in to comment.