/* * This file is automatically generated. * Run 'pnpm run generate:locales' to update. */ import type { AnimalDefinition } from '../../..'; import type_ from './type'; const animal: AnimalDefinition = { type: type_, }; export default animal;