UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

5 lines (4 loc) 178 B
import { ITenant, TenantWithProperties } from "../../models"; export declare class ITenantFactory { static create: (tenantWithProperties: TenantWithProperties) => ITenant; }