export type TCodeExampleIOProps = { inputLang: string inputCode: string; outputLang: string outputCode: string; };