export declare type GoalRemoveSubgoalRequest = { /** * The goal gid to remove as subgoal from the parent goal */ subgoal: string; };