Type alias SearchEntityResponse

SearchEntityResponse: {
    entity: string;
    rows: SearchItem[];
    total: number;
}

Type declaration