UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

14 lines 290 B
// src/model/wfl/pub-channel.ts var PubChannel = class { constructor(Id = null, Name = null) { this.__classname__ = "PubChannel"; this.Id = null; this.Name = null; this.Id = Id; this.Name = Name; } }; export { PubChannel }; //# sourceMappingURL=pub-channel.mjs.map