mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
Use the proper L1 and L2 emojis
This commit is contained in:
parent
3ef569d855
commit
af274ede53
3 changed files with 10 additions and 3 deletions
1
db/orm-defs.d.ts
vendored
1
db/orm-defs.d.ts
vendored
|
@ -86,6 +86,7 @@ export type Models = {
|
|||
export type Prepared<Row> = {
|
||||
pluck: () => Prepared<Row[keyof Row]>
|
||||
safeIntegers: () => Prepared<{[K in keyof Row]: Row[K] extends number ? BigInt : Row[K]}>
|
||||
raw: () => Prepared<Row[keyof Row][]>
|
||||
all: (..._: any[]) => Row[]
|
||||
get: (..._: any[]) => Row | null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue