| name | webiny-admin-languages-catalog |
| context | webiny-api |
| description | admin/languages — 2 abstractions.
|
admin/languages
How to Use
- Find the abstraction you need below
- You MUST read the source file to get the exact interface and types!
- Import:
import { Name } from "<importPath>";
Abstractions
Name: LanguageDto
Kind: type
Import: import type { LanguageDto } from "webiny/admin/languages"
Source: @webiny/languages/admin/features/listLanguages/index.ts
Name: useLanguages
Import: import { useLanguages } from "webiny/admin/languages"
Source: @webiny/languages/admin/presentation/hooks/useLanguages.tsx