interface GetLangsSuccessResponse {
    translation: Record<string, LangInfoItem>;
}

Properties

Properties

translation: Record<string, LangInfoItem>