(selectedLanguage: string)
| 37 | ] |
| 38 | |
| 39 | function getLanguageHighlight(selectedLanguage: string) { |
| 40 | return selectedLanguage === JSKEY ? 'javascript' : 'curl' |
| 41 | } |
| 42 | |
| 43 | export function RestCodeSamples({ operation, slug }: Props) { |
| 44 | const { t } = useTranslation('products') |