infoalloggi-monorepo/apps/infoalloggi/src/schemas/Database.ts

9 lines
216 B
TypeScript
Raw Normal View History

2025-08-04 17:45:44 +02:00
// @generated
// This file is automatically generated by Kanel. Do not modify manually.
2025-08-29 16:18:32 +02:00
import type { default as PublicSchema } from "./public/PublicSchema";
2025-08-04 17:45:44 +02:00
type Database = PublicSchema;
export default Database;