UNPKG

@omnia/fx-models

Version:
11 lines (10 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GroupType = void 0; class GroupType { constructor(id, displayName) { this.id = id; this.displayName = displayName; } } exports.GroupType = GroupType;