import { Identity } from "../identities"; export interface ConnectedTenantUserMapping { sourceUser: Array; targetUser: string; }