/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface DeployKeyAsResponse { id: number; key: string; url: string; title: string; verified: boolean; created_at: string; read_only: boolean; added_by?: string | null; last_used?: string | null; } //# sourceMappingURL=DeployKeyAsResponse.d.ts.map