UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

14 lines 275 B
// src/model/wfl/param.ts var Param = class { constructor(Name = null, Value = null) { this.__classname__ = "Param"; this.Name = null; this.Value = null; this.Name = Name; this.Value = Value; } }; export { Param }; //# sourceMappingURL=param.mjs.map