Files
fotospiel-app/resources/js/guest-v2/services/eventApi.ts
2026-02-02 13:01:20 +01:00

9 lines
157 B
TypeScript

export {
fetchEvent,
fetchStats,
type EventData,
type EventStats,
FetchEventError,
type FetchEventErrorCode,
} from '@/guest/services/eventApi';