interface Transport {
    docs: BulkGetResultDocument[];
    id: string;
}

Properties

Properties

id: string

Generated using TypeDoc