export declare type GoalAddSupportingWorkRequest = { /** * The project/portfolio gid to add as supporting work for a goal */ supporting_work: string; };