File size: 94 Bytes
79278ec
 
 
 
1
2
3
4
export interface AbbreviationsBlockProps {
    abbreviation: string;
    values: string[];
  }