feat(companies): add companies, memberships, addresses, notes, tags schema

This commit is contained in:
Matt Ciaccio
2026-04-23 17:54:02 +02:00
parent 51523e6768
commit 299e893e2b
5 changed files with 8452 additions and 0 deletions

View File

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