import { BaseEntity } from 'src/module/meta/entity/base-entity.entity'; export declare class ActionEntity extends BaseEntity { constructor(); workflow_id: number; action_category: string; action_requirement: string; sequence: string; reason_code: string; default_reason_code: string; default_value: boolean; user_id: number; assignment_type: string; is_template: boolean; dependent_action_id: string; mode: string; template: string; pdf_template: string; }