UNPKG

graphdb-workbench

Version:
11 lines (10 loc) 239 B
export declare class ProductInfo { workbench: string; productType: string; productVersion: string; sesame: string; connectors: string; constructor(data: Partial<ProductInfo & { Workbench: string; }>); }