Interface BTISuggestion

interface BTISuggestion {
    _collectionName: string;
    _id: string;
    dateOfIssuance: string;
    descriptionOfGoods: string;
    issuingCountry: string;
    language: string;
    nameAndAddress: string;
    nationalKeywords: string;
    nomenclatureCode: string;
    placeOfIssuance: string;
    reasonForClassification: string;
    score: number;
    validFrom: string;
    validUntil: string;
    vztaNumber: string;
}

Properties

_collectionName: string
_id: string
dateOfIssuance: string
descriptionOfGoods: string
issuingCountry: string
language: string
nameAndAddress: string
nationalKeywords: string
nomenclatureCode: string
placeOfIssuance: string
reasonForClassification: string
score: number
validFrom: string
validUntil: string
vztaNumber: string