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