blob: 43ead3988d54fd9833ec59c3a6fbb97dcb63e22d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/*
* This file is automatically generated.
* Run 'pnpm run generate:locales' to update.
*/
import type { BookDefinition } from '../../..';
import author from './author';
import format from './format';
import genre from './genre';
import publisher from './publisher';
import series from './series';
import title from './title';
const book: BookDefinition = {
author,
format,
genre,
publisher,
series,
title,
};
export default book;
|