Skip to content

Commit

Permalink
chore(website): delete unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed Nov 18, 2024
1 parent b6e0b70 commit 155404d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions website/src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,6 @@ export type GroupedMetadataFilter = {
initiallyVisible?: boolean;
};

export type AccessionFilter = {
accession?: string[];
};

export type MutationFilter = {
aminoAcidMutationQueries?: string[];
nucleotideMutationQueries?: string[];
aminoAcidInsertionQueries?: string[];
nucleotideInsertionQueries?: string[];
};

const schema = z.object({
organismName: z.string(),
image: z.string().optional(),
Expand Down

0 comments on commit 155404d

Please sign in to comment.