interface Transport {
    map: string;
    reduce?: string;
}

Properties

Properties

map: string
reduce?: string