UNPKG
bidasoa-components
Version:
latest (1.0.0)
1.0.0
Colección de componentes comunes empleados en proyectos Bidasoa.
bidasoa-components
/
dist
/
models
/
content
/
Node
/
TranslationConfiguration.d.ts
10 lines
(9 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export interface TranslationsConfiguration { title: string; language: { id: string; }; url: {
path
: string; }; }