Add support for undocumented stripColor property.

This commit is contained in:
Robert
2025-05-27 20:32:20 +02:00
parent 3ba5ac4cda
commit 0419aae516
2 changed files with 9 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ interface RequestWithBody extends functions.Request {
textColor: string;
backgroundColor: string;
labelColor: string;
stripColor: string;
relevantDate?: string;
expiryDate?: string;
relevantLocationLat?: number;