parent
fc075d778a
commit
4e335f49f3
6 changed files with 11 additions and 11 deletions
@ -0,0 +1,5 @@ |
||||
type QueryField = number | null | string; |
||||
|
||||
type QueryRow = QueryField[]; |
||||
|
||||
type QueryResult = QueryRow[]; |
@ -0,0 +1 @@ |
||||
type QueryResultModifierFunction = (output: unknown) => unknown; |
Loading…
Reference in new issue