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