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