Initial commit - Event Planner application
This commit is contained in:
10
dist/gift/api/dto/create-gift.dto.d.ts
vendored
Normal file
10
dist/gift/api/dto/create-gift.dto.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export declare class CreateGiftDto {
|
||||
name: string;
|
||||
description?: string;
|
||||
imageUrl?: string;
|
||||
price?: number;
|
||||
experience?: boolean;
|
||||
ownerId?: string;
|
||||
metadata?: Record<string, any>;
|
||||
}
|
||||
//# sourceMappingURL=create-gift.dto.d.ts.map
|
||||
Reference in New Issue
Block a user