interface Transport {
    missing?: string[];
    possible_ancestors?: string[];
}

Properties

missing?: string[]
possible_ancestors?: string[]