import { Defaults } from '~/defaults'; export class UserInputAction { name: string = Defaults.String; field: string = Defaults.String; }