UNPKG

ticket-auth-project

Version:

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

8 lines (7 loc) 128 B
export interface CreateEventDto { title: string; description?: string; date: Date; location: string; price: number; }