UNPKG

@adonisjs/lucid

Version:

SQL ORM built on top of Active Record pattern

5 lines (4 loc) 116 B
import { DbQueryEventNode } from './database.js'; export interface EventsList { 'db:query': DbQueryEventNode; }