/** * Backend-aligned schemas index * Exports all schemas that match the Go backend domain models */ export * from '@/schemas/backend/heritage-sites'; export * from '@/schemas/backend/match'; export * from '@/schemas/backend/organization'; export * from '@/schemas/backend/resource-flow'; export * from '@/schemas/backend/site';