export interface DeleteProjectAsynchronously {
  /** The project ID or project key (case sensitive). */
  projectIdOrKey: string | number;
}
