Interface AccountRepositoryCurrentUserResponseBiography_with_entities

interface AccountRepositoryCurrentUserResponseBiography_with_entities {
    entities: any[];
    raw_text: string;
}

Properties

Properties

entities: any[]
raw_text: string