Skip to content

Commit ace3470

Browse files
committed
reverted these files to be whats on main
1 parent c849d24 commit ace3470

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/changed-elements-react/src/clients/iModelsClient.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ export interface GetChangesetParams extends CommonRequestParams {
2121
changesetId: string;
2222
}
2323

24-
export interface PostNamedVersionParams extends CommonRequestParams {
25-
iModelId: string;
26-
changesetId: string;
27-
name: string;
28-
description?: string | undefined;
29-
}
30-
3124
export interface GetChangesetsParams extends CommonRequestParams {
3225
iModelId: string;
3326
}

0 commit comments

Comments
 (0)