first commit
This commit is contained in:
6
dist/tickets/dto/create-ticket.dto.d.ts
vendored
Normal file
6
dist/tickets/dto/create-ticket.dto.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare class CreateTicketDto {
|
||||
eventId: string;
|
||||
attendeeName: string;
|
||||
attendeeEmail: string;
|
||||
ticketType: string;
|
||||
}
|
||||
Reference in New Issue
Block a user