UNPKG

@alicloud/ros-cdk-cxapi

Version:

Aliyun SDK Copyright (C) Alibaba Cloud Computing All rights reserved. http://www.aliyun.com

8 lines (7 loc) 350 B
import * as cxschema from "@alicloud/ros-cdk-assembly-schema"; import { CloudArtifact } from "../cloud-artifact"; import { CloudAssembly } from "../cloud-assembly"; export declare class TreeCloudArtifact extends CloudArtifact { readonly file: string; constructor(assembly: CloudAssembly, name: string, artifact: cxschema.ArtifactManifest); }