/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface GenericLinksAsResponse { self?: string; base?: string; context?: string; [x: string]: any; } //# sourceMappingURL=GenericLinksAsResponse.d.ts.map