Skip to content

Commit 0814df2

Browse files
committed
chore: remove interface deprecated before the rc
1 parent 109cf92 commit 0814df2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/packages/core/workspace/contexts/tokens/variant-dataset-workspace-context.interface.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,3 @@ export interface UmbVariantDatasetWorkspaceContext<VariantType extends UmbVarian
2929

3030
createPropertyDatasetContext(host: UmbControllerHost, variantId?: UmbVariantId): UmbPropertyDatasetContext;
3131
}
32-
33-
/**
34-
* @deprecated Use UmbVariantWorkspaceContextInterface instead — Will be removed before RC.
35-
* TODO: Delete before RC.
36-
*/
37-
export interface UmbVariantableWorkspaceContextInterface extends UmbVariantDatasetWorkspaceContext {}

0 commit comments

Comments
 (0)