UNPKG

datajunction-ui

Version:

DataJunction Metrics Platform UI

9 lines (7 loc) 143 B
export class Action { static Add = new Action('add'); static Edit = new Action('edit'); constructor(name) { this.name = name; } }