# KyselyTable

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

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

Every table name in the declared schema.

## Declaration

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