import type { LocaleEntry } from './definitions'; /** * The possible definitions related to lorem texts. */ export type LoremDefinition = LocaleEntry<{ /** * Lorem words used to generate dummy texts. */ word: string[]; }>;