react-mutation-mapper
Version:
Generic Mutation Mapper
15 lines (14 loc) • 390 B
TypeScript
export interface IProteinImpactTypeColors {
missenseColor: string;
missenseVusColor: string;
inframeColor: string;
inframeVusColor: string;
truncatingColor: string;
truncatingVusColor: string;
spliceColor: string;
spliceVusColor: string;
fusionColor: string;
fusionVusColor: string;
otherColor: string;
otherVusColor: string;
}