Ayanda Kinyambo
Results
1
comments of
Ayanda Kinyambo
``` import type { BuildQueryResult, DBQueryConfig, ExtractTablesWithRelations } from 'drizzle-orm'; import * as schema from './path/to/schema'; type Schema = typeof schema; type TSchema = ExtractTablesWithRelations; export type IncludeRelation = DBQueryConfig<...