feature/fitlien-828 #124

Merged
dhanshas merged 20 commits from feature/fitlien-828 into dev 2025-09-23 07:37:15 +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;