Interface ITenantReference

interface ITenantReference {
    tenant: ITenant;
}

Properties

Properties

tenant: ITenant