import { ITenant } from './';
export interface ITenantReference {
    tenant: ITenant;
}
//# sourceMappingURL=ITenantReference.d.ts.map