interface BiographyWithEntities {
    entities?: any[];
    raw_text?: string;
}

Properties

Properties

entities?: any[]
raw_text?: string