feat(yachts): add yachts, ownership history, notes, tags schema

This commit is contained in:
Matt Ciaccio
2026-04-23 17:51:19 +02:00
parent 11969c0d8a
commit 51523e6768
5 changed files with 7781 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ export * from './users';
// Clients
export * from './clients';
// Yachts
export * from './yachts';
// Interests
export * from './interests';