import { GuidValue } from "@omnia/fx-models";
export interface EventAction {
    id: GuidValue;
    name: string;
    customName?: string;
}
