Initial commit - Event Planner application
This commit is contained in:
7
dist/guest/api/dto/create-guest.dto.d.ts
vendored
Normal file
7
dist/guest/api/dto/create-guest.dto.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare class CreateGuestDto {
|
||||
name: string;
|
||||
email?: string;
|
||||
phone?: string;
|
||||
metadata?: Record<string, any>;
|
||||
}
|
||||
//# sourceMappingURL=create-guest.dto.d.ts.map
|
||||
Reference in New Issue
Block a user