interface Transport {
    name: string;
    stopwords?: string[];
}

Properties

Properties

name: string
stopwords?: string[]