@itwin/reality-data-client
Version:
HTTP Client for the iTwin Platform Reality Management APIs
12 lines • 470 B
TypeScript
import type { GuidString } from "@itwin/core-bentley";
/**
* Contains information on a project that is associated to a RealityData. More details about a project can be requested from the Projects API.
*/
export declare class Project {
/** Project identifier */
id: GuidString;
/** Project URL in the Projects API, for more information about the project */
projectDetailsLink: URL;
constructor(project: any);
}
//# sourceMappingURL=Projects.d.ts.map