# KyselyTable

`type` in `plugin-kysely-postgres` · v0.1.4

<https://docs.seedcord.org/packages/plugin-kysely-postgres/0.1.4/types/kysely-table>

Every table name in the declared schema.

## Declaration

```ts
type KyselyTable = keyof KyselySchema;
```
