feature/fitlien-828 #122

Merged
dhanshas merged 15 commits from feature/fitlien-828 into dev 2025-09-22 08:30:39 +00:00
Showing only changes of commit 3cf3a56f4b - Show all commits

View File

@ -30,11 +30,6 @@ interface ClientFields {
[key: string]: any;
}
interface PaymentData {
dateTimestamp?: admin.firestore.Timestamp;
[key: string]: any;
}
interface MinimalCacheEntry {
membershipId: string;
userId: string;