We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c849d24 commit ace3470Copy full SHA for ace3470
packages/changed-elements-react/src/clients/iModelsClient.ts
@@ -21,13 +21,6 @@ export interface GetChangesetParams extends CommonRequestParams {
21
changesetId: string;
22
}
23
24
-export interface PostNamedVersionParams extends CommonRequestParams {
25
- iModelId: string;
26
- changesetId: string;
27
- name: string;
28
- description?: string | undefined;
29
-}
30
-
31
export interface GetChangesetsParams extends CommonRequestParams {
32
iModelId: string;
33
0 commit comments