UNPKG

@omnia/fx-models

Version:
7 lines (6 loc) 141 B
import { GuidValue } from "@omnia/fx-models"; export interface EventAction { id: GuidValue; name: string; customName?: string; }