web / UseTranslations
Interface: UseTranslations ​
Defined in: apps/web/app/composables/useTranslations/types.ts:8
Properties ​
data ​
data:
Readonly<Ref<UseTranslationsState["data"]>>
Defined in: apps/web/app/composables/useTranslations/types.ts:9
fetchTranslations ​
fetchTranslations:
FetchTranslations
Defined in: apps/web/app/composables/useTranslations/types.ts:11
loading ​
loading:
Readonly<Ref<UseTranslationsState["loading"]>>
Defined in: apps/web/app/composables/useTranslations/types.ts:10