aboutsummaryrefslogtreecommitdiff
path: root/src/locales/de/animal/index.ts
blob: 333108c01bb4196d874e819cc9ae3d31d87fb8d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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;