import type { GoalCompact } from './GoalCompact'; import type { GoalRelationshipCompact } from './GoalRelationshipCompact'; export declare type GoalRelationshipBase = (GoalRelationshipCompact & { supported_goal?: GoalCompact; });