export type Process = { name: string; label: string; object_name: string; engine: string; is_active?: boolean; description?: string; entry_criteria: string; when: 'afterInsert' | 'afterUpdate'; schema?: string; ext: string; };