interface Transport {
    deleted?: boolean;
    rev: string;
}

Properties

Properties

deleted?: boolean
rev: string

Generated using TypeDoc