interface Transport {
    rev: string;
    status: string;
}

Properties

Properties

rev: string
status: string

Generated using TypeDoc