/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { EnvironmentAsResponse } from "../definitions/EnvironmentAsResponse"; export interface EnvironmentsAsResponse { /** * The number of environments in this repository */ total_count?: number; environments?: Array; } //# sourceMappingURL=EnvironmentsAsResponse.d.ts.map