chore: remove interface deprecated before the rc

This commit is contained in:
Jacob Overgaard
2024-07-24 11:53:18 +02:00
parent ae2b36982b
commit 768f983d5e

View File

@@ -29,9 +29,3 @@ export interface UmbVariantDatasetWorkspaceContext<VariantType extends UmbVarian
createPropertyDatasetContext(host: UmbControllerHost, variantId?: UmbVariantId): UmbPropertyDatasetContext;
}
/**
* @deprecated Use UmbVariantWorkspaceContextInterface instead — Will be removed before RC.
* TODO: Delete before RC.
*/
export interface UmbVariantableWorkspaceContextInterface extends UmbVariantDatasetWorkspaceContext {}