/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface OptionalFieldLinksAsResponse { /** * A relative URL that can be used to fetch results beyond what this include parameter retrieves. */ self?: string; } //# sourceMappingURL=OptionalFieldLinksAsResponse.d.ts.map