interface Transport {
    names?: string[];
    roles?: string[];
}

Properties

Properties

names?: string[]
roles?: string[]

Generated using TypeDoc