export interface GetProjectEmail {
  /** The project ID. */
  projectId: string | number;
}
