interface GetLangsSuccessResponse {
    languages: LangItem[];
}

Properties

Properties

languages: LangItem[]