/** * Created by Aneree on 10/12/20. */ export interface AsyncSelectLocale { searchingText: string; emptyInputMsg: string; }