/** Function signature for the i18n translation helper passed into templates. */
export type TFunc = (key: string, data?: Record<string, unknown>) => string
