/** A list of project IDs. */
export interface ProjectIds {
  /** The IDs of projects. */
  projectIds: string[];
}
