# KyselyTable

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

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

Every table name in the declared schema.

## Declaration

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