@eddye68/studio-client
Version:
The AWS service Studio client
14 lines • 355 B
JavaScript
// src/model/wfl/rendition-type-info.ts
var RenditionTypeInfo = class {
constructor(Rendition = null, Type = null) {
this.__classname__ = "RenditionTypeInfo";
this.Rendition = null;
this.Type = null;
this.Rendition = Rendition;
this.Type = Type;
}
};
export {
RenditionTypeInfo
};
//# sourceMappingURL=rendition-type-info.mjs.map