Files
alrahma_sunday_school_api/apps/api/dist/modules/auth/auth.renter.repo.d.ts
T
2026-06-11 03:22:12 -04:00

9 lines
511 B
TypeScript

import type { output } from 'zod';
import { renterUpdateSchema } from './auth.renter.schemas';
type RenterUpdateInput = output<typeof renterUpdateSchema>;
export declare function findRenterProfile(id: string): any;
export declare function findSavedCompanies(companyIds: string[]): any;
export declare function updateRenterProfile(id: string, data: RenterUpdateInput): any;
export declare function updateRenterFcmToken(id: string, fcmToken: string): any;
export {};
//# sourceMappingURL=auth.renter.repo.d.ts.map