export interface WorkflowTrigger {
    event: string;
    language?: string;
    version?: string;
    data?: any;
}
