import { ProjectDetailsAsResponse } from "../definitions/ProjectDetailsAsResponse"; export interface ScopeAsResponse { /** * The type of scope. */ type?: "PROJECT" | "TEMPLATE"; /** * The project the item has scope in. */ project?: ProjectDetailsAsResponse; [x: string]: any; } //# sourceMappingURL=ScopeAsResponse.d.ts.map