UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

14 lines 292 B
// src/model/wfl/category.ts var Category = class { constructor(params) { this.__classname__ = "Category"; this.Id = null; this.Name = null; this.Id = params.Id ?? null; this.Name = params.Name ?? null; } }; export { Category }; //# sourceMappingURL=category.mjs.map