Type alias t_action_result

t_action_result: {
    msg: string;
    result: any;
    successful: boolean;
}

Result of action execution in the project manager

Type declaration

  • msg: string
  • result: any
  • successful: boolean

Generated using TypeDoc