UNPKG

@codification/cutwater-build-aws

Version:
14 lines 332 B
export interface CloudFormationTemplate { Parameters?: any; Conditions?: any; Globals?: any; Resources: { [key: string]: CloudFormationResource; }; Outputs?: any; } export interface CloudFormationResource { Type: string; Properties: any; } //# sourceMappingURL=CloudFormationTemplate.d.ts.map