/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ProtectedBranchRequiredStatusCheckAsResponse { url?: string; enforcement_level?: string; contexts: Array; checks: Array<{ context: string; app_id: number | null; }>; contexts_url?: string; strict?: boolean; } //# sourceMappingURL=ProtectedBranchRequiredStatusCheckAsResponse.d.ts.map