Files
alrahma_sunday_school_api/apps/api/dist/modules/reservations/reservation.photo.service.d.ts
T
2026-06-11 03:22:12 -04:00

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