move data source response interface to the repository module
This commit is contained in:
committed by
Jacob Overgaard
parent
ac38b1314e
commit
3029b3d5f0
@@ -4,7 +4,6 @@ import type {
|
||||
EntityTreeItemResponseModel,
|
||||
FolderTreeItemResponseModel,
|
||||
PackageManifestResponseModel,
|
||||
ProblemDetailsModel,
|
||||
} from '@umbraco-cms/backoffice/backend-api';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
@@ -141,11 +140,6 @@ export interface DocumentBlueprintDetails {
|
||||
documentTypeKey: string;
|
||||
}
|
||||
|
||||
export interface DataSourceResponse<T = undefined> {
|
||||
data?: T;
|
||||
error?: ProblemDetailsModel;
|
||||
}
|
||||
|
||||
export interface SwatchDetails {
|
||||
label: string;
|
||||
value: string;
|
||||
|
||||
Reference in New Issue
Block a user