@twin.org/api-tenant-processor
Version:
API Tenant Processor for converting and api key to a tenant id.
26 lines (14 loc) • 410 B
Markdown
# Interface: ITenantAdminServiceConstructorOptions
Options for the Tenant Admin Service constructor.
## Properties
### tenantEntityStorageType?
> `optional` **tenantEntityStorageType**: `string`
The entity storage for the tenants.
#### Default
```ts
tenant
```
***
### config?
> `optional` **config**: [`ITenantAdminServiceConfig`](ITenantAdminServiceConfig.md)
Configuration for the admin service.