interface ILanguage { name: string, code: string }
import {ILanguage} from 'uxp/components';
Last updated 1 year ago