# KpgServiceRegistrationOptions

`interface` in `plugins` · v0.8.0-next.8

<https://docs.seedcord.org/packages/plugins/0.8.0-next.8/interfaces/kpg-service-registration-options>

Extra configuration supplied to `@RegisterKpgService`.

```ts
interface KpgServiceRegistrationOptions
```

## Properties

### table

```ts
table: string;
```

Optional override for the table name exposed via the service.

You should set this if your table name does not match the service key.
