Interfaceplugin-kysely-postgresv0.4.2KyselyDatabaseThe schema Kysely queries against. Declare it once in your database interface file so every service, plus the plugin's own connection, can resolve its table names from it. interface KyselyDatabaseExamplesCopydeclare module '@seedcord/plugin-kysely-postgres' { interface KyselyDatabase { schema: MyDatabase; } }