Skip to content

Commit c94df27

Browse files
Fran McDadeFran McDade
Fran McDade
authored and
Fran McDade
committed
feat: add organoid-endoderm to atlases page (#2443)
1 parent ff3e34f commit c94df27

File tree

5 files changed

+727
-1
lines changed

5 files changed

+727
-1
lines changed

next/@types/network.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,11 @@ export type NetworkKey =
177177
| "reproduction"
178178
| "skin";
179179

180-
export type AtlasKey = "brain-v1-0" | "cortex-v1-0" | "lung-v1-0";
180+
export type AtlasKey =
181+
| "brain-v1-0"
182+
| "cortex-v1-0"
183+
| "endoderm-v1-0"
184+
| "lung-v1-0";
181185

182186
export interface BICCNPublication {
183187
authors: string[];

0 commit comments

Comments
 (0)