mirror of
https://github.com/knex/knex.git
synced 2025-07-04 23:50:32 +00:00
5 lines
211 B
TypeScript
5 lines
211 B
TypeScript
![]() |
// Placeholder interface for Table -> Record mapping
|
||
|
// Allows to define the mapping of tables and interfaces in one place
|
||
|
// and to have correct types when using `knex.from('table')`
|
||
|
export interface Tables {}
|