Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

actionresponse.js 242B

123456789
  1. var Unibase;
  2. (function (Unibase) {
  3. let Data;
  4. (function (Data) {
  5. class ActionResponse {
  6. }
  7. Data.ActionResponse = ActionResponse;
  8. })(Data = Unibase.Data || (Unibase.Data = {}));
  9. })(Unibase || (Unibase = {}));