Files
tpf/src/features/kontakte/index.ts
2026-03-12 12:29:38 +01:00

20 lines
434 B
TypeScript

export type {
KontaktRow,
TherapeutMitKontakte,
TherapeutRow,
} from "./hooks";
export {
createKontakt,
createTherapeut,
deleteAllData,
deleteTherapeut,
updateKontakt,
updateKontaktErgebnis,
updateTherapeut,
useKontakteForTherapeut,
useTherapeut,
useTherapeutenListe,
} from "./hooks";
export type { KontaktFormData, TherapeutFormData } from "./schema";
export { kontaktFormSchema, therapeutFormSchema } from "./schema";