UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

14 lines 273 B
// src/model/wfl/edition.ts var Edition = class { constructor(Id = null, Name = null) { this.__classname__ = "Edition"; this.Id = null; this.Name = null; this.Id = Id; this.Name = Name; } }; export { Edition }; //# sourceMappingURL=edition.mjs.map