diff --git a/src/types.d.ts b/src/types.d.ts index acbf461..f5897f2 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -122,7 +122,7 @@ interface Social { } export interface Stat { - amount?: number; + amount?: number | string; title?: string; icon?: string; } @@ -140,7 +140,7 @@ export interface Price { title?: string; subtitle?: string; description?: string; - price?: number; + price?: number | string; period?: string; items?: Array; callToAction?: CallToAction;