first commit
This commit is contained in:
5
dist/events/dto/update-event.dto.d.ts
vendored
Normal file
5
dist/events/dto/update-event.dto.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { CreateEventDto } from './create-event.dto';
|
||||
declare const UpdateEventDto_base: import("@nestjs/mapped-types").MappedType<Partial<CreateEventDto>>;
|
||||
export declare class UpdateEventDto extends UpdateEventDto_base {
|
||||
}
|
||||
export {};
|
||||
Reference in New Issue
Block a user