added Station Add, Delete Update
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
export { prisma } from './prisma/client'; // exports instance of prisma
|
||||
export * from './generated/client'; // exports generated types from prisma
|
||||
|
||||
import * as zodTypes from './generated/zod';
|
||||
|
||||
export const zod = zodTypes;
|
||||
|
||||
Reference in New Issue
Block a user