export interface GetHierarchy {
  /** The ID of the project. */
  projectId: string | number;
}
