X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cda10815df30e3bceec728535f426754ef8ff2e8..4b961d16b8f8ef8afbd13697a79fe4684acd0416:/src/models/api-client-authorization.ts diff --git a/src/models/api-client-authorization.ts b/src/models/api-client-authorization.ts index aff50be6..01a92017 100644 --- a/src/models/api-client-authorization.ts +++ b/src/models/api-client-authorization.ts @@ -2,7 +2,9 @@ // // SPDX-License-Identifier: AGPL-3.0 -export interface ApiClientAuthorization { +import { Resource } from '~/models/resource'; + +export interface ApiClientAuthorization extends Resource { uuid: string; apiToken: string; apiClientId: number;