UNPKG

@altostra/core

Version:

Core library for shared types and logic

5 lines (4 loc) 152 B
import type { CloudFormationValue } from "../../../CloudFormation/IntrinsicFunctions"; export interface Stream { StreamName: CloudFormationValue; }