import type { BaseTranslation } from "../i18n-types"; const login: BaseTranslation = { input: { name: { placeholder: "Enter your name", empty: "The name is empty", }, }, terms: 'By continuing, you are agreeing our terms of use, privacy policy and cookie policy.', continue: "Continue", }; export default login;