/** Project ID details. */
export interface ProjectId {
  /** The ID of the project. */
  id: string;
}
