Skip to content

Commit

Permalink
feat: add type specific properties to csn type elements
Browse files Browse the repository at this point in the history
  • Loading branch information
stockbal committed Oct 2, 2024
1 parent 4ebee1f commit 1bd164a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apis/csn.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ export type EntityElements = {
virtual?: boolean,
unique?: boolean,
notNull?: boolean,
precision?: number,
scale?: number,
length?: number,
},
}

Expand Down

0 comments on commit 1bd164a

Please sign in to comment.