export interface EntityLookupRequest {
    entityName: string;
    parentId?: string;
}
