interface ITenant
Since 0.1.0

A resolved tenant.

Properties

readonly
id: string

Stable tenant identifier.

readonly
optional
name: string

Display name.

readonly
optional
metadata: Readonly<Record<string, unknown>>

Tenant-specific configuration.

Usage

import { type ITenant } from "common/src/index.ts";