Type alias LabelsSearchMetadata

LabelsSearchMetadata: {
    entityFieldLabels: NameValuePair[];
    entityName: string;
}

Type declaration