/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface CodeOfConductAsResponse { key: string; name: string; url: string; body?: string; html_url: string | null; } //# sourceMappingURL=CodeOfConductAsResponse.d.ts.map