export type TImgExampleIOProps = { inputImgSrc: string; inputImgAlt: string; inputImgWidth: string; inputImgHeight: string; inputImgCaption?: string | undefined; outputLang: string; outputCode: string; };