first commit
This commit is contained in:
5
dist/events/dto/create-event.dto.d.ts
vendored
Normal file
5
dist/events/dto/create-event.dto.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare class CreateEventDto {
|
||||
name: string;
|
||||
date: string;
|
||||
location: string;
|
||||
}
|
||||
Reference in New Issue
Block a user