Skip to content

Commit

Permalink
update response models
Browse files Browse the repository at this point in the history
  • Loading branch information
katiestahl committed Aug 13, 2024
1 parent 95de540 commit 3a4e108
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions client/src/services/ResponseModels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -767,14 +767,6 @@ export interface GetTranscriptsResponse {
warnings?: string[] | null;
transcripts: ManeGeneTranscript[] | null;
}

/**
* Response model for MANE transcript retrieval endpoint.
*/
export interface GetGeneTranscriptsResponse {
warnings?: string[];
transcripts?: any;
}
/**
* Base object containing MANE-provided gene transcript metadata
*/
Expand Down

0 comments on commit 3a4e108

Please sign in to comment.