export interface AddProjectsResponse { /** The added project IDs. */ addedProjects?: string[]; }