# KpgServiceRegistrationOptions

`interface` in `plugins` · v0.6.1

<https://docs.seedcord.org/packages/plugins/0.6.1/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. Defaults to the provided key.

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