export interface GetSecurityLevelsForProject {
  /** The project ID or project key (case sensitive). */
  projectKeyOrId: string;
}
