2
0
mirror of https://github.com/frappe/books.git synced 2024-11-14 09:24:04 +00:00
books/schemas/regional/ch/index.ts
2023-11-28 22:14:35 +01:00

5 lines
156 B
TypeScript

import { SchemaStub } from '../../types';
import AccountingSettings from './AccountingSettings.json';
export default [AccountingSettings] as SchemaStub[];