7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
export declare class CreateGuestDto {
|
|
name: string;
|
|
email?: string;
|
|
phone?: string;
|
|
metadata?: Record<string, any>;
|
|
}
|
|
//# sourceMappingURL=create-guest.dto.d.ts.map
|