This commit is contained in:
Sharon Dcruz 2025-09-22 14:00:06 +05:30
parent 365b65370f
commit 3cf3a56f4b

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;