Type Alias AllLanguageResponse<T>

AllLanguageResponse<T>: Record<Exclude<Language, "all">, T>

Type Parameters

  • T