export interface AddProjectsRequest { /** The project IDs you want to add. */ projectIds: string[]; }