4 lines
395 B
TypeScript
4 lines
395 B
TypeScript
export declare function listPhotos(reservationId: string, companyId: string): Promise<any>;
|
|
export declare function uploadPhoto(reservationId: string, companyId: string, type: 'PICKUP' | 'DROPOFF', buffer: Buffer): Promise<any>;
|
|
export declare function deletePhoto(photoId: string, reservationId: string, companyId: string): Promise<void>;
|
|
//# sourceMappingURL=reservation.photo.service.d.ts.map
|