X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b2fd743a3acb8d301adab2d1bf2cb0eca573f31a..9320734bb358e7148918da13e81ebba59ecf16e8:/src/common/api/common-resource-service.ts diff --git a/src/common/api/common-resource-service.ts b/src/common/api/common-resource-service.ts index 8df179cd..4c053923 100644 --- a/src/common/api/common-resource-service.ts +++ b/src/common/api/common-resource-service.ts @@ -6,18 +6,7 @@ import * as _ from "lodash"; import FilterBuilder from "./filter-builder"; import OrderBuilder from "./order-builder"; import { AxiosInstance } from "axios"; - -export interface Resource { - uuid: string; - ownerUuid: string; - createdAt: string; - modifiedByClientUuid: string; - modifiedByUserUuid: string; - modifiedAt: string; - href: string; - kind: string; - etag: string; -} +import { Resource } from "../../models/resource"; export interface ListArguments { limit?: number;