UNPKG

@hpcc-js/comms

Version:
16 lines 539 B
import { StateObject } from "@hpcc-js/util"; import { Workunit } from "./workunit"; export interface ResourceEx { URL: string; DisplayName: string; DisplayPath: string; } export declare class Resource extends StateObject<ResourceEx, ResourceEx> implements ResourceEx { protected wu: Workunit; readonly properties: ResourceEx; readonly URL: string; readonly DisplayName: string; readonly DisplayPath: string; constructor(wu: Workunit, url: string); } //# sourceMappingURL=resource.d.ts.map