@servemate/dto
Version:
Type-safe DTO package for ServeMate types and Zod validation. Shared across server and client.
10 lines • 301 B
TypeScript
export * from './enums';
export * from './global';
export * from './items.dto';
export * from './orders.dto';
export * from './payment.dto';
export * from './prisma-types';
export * from './reservation.dto';
export * from './tables.dto';
export * from './user.dto';
//# sourceMappingURL=index.d.ts.map