web / useLegalInformation
Variable: useLegalInformation ​
constuseLegalInformation:UseLegalInformationMethodsReturn
Defined in: apps/web/app/composables/useLegalInformation/useLegalInformation.ts:12
Description ​
Composable for managing the legal information.
Returns ​
UseLegalInformationMethodsReturn
Example ​
ts
const { data, loading, getLegalTexts } = useLegalInformation();