export interface Tenant {
    readonly id: string;
    readonly description: string;
}
