diff --git a/src/types.ts b/src/types.ts index 99b8386..18f1101 100644 --- a/src/types.ts +++ b/src/types.ts @@ -156,6 +156,8 @@ export interface MFPLegend { export interface MFPAttributes { map: MFPMap; legend: MFPLegend; + // There can be many other "optional" attributes, a template can declare as many as needed + [key: string]: unknown; } export interface MFPSpec {