/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface SimpleCommitStatusAsResponse { description: string | null; id: number; node_id: string; state: string; context: string; target_url: string | null; required?: boolean | null; avatar_url: string | null; url: string; created_at: string; updated_at: string; } //# sourceMappingURL=SimpleCommitStatusAsResponse.d.ts.map