export interface Variable { merge_tag: string; type: string; default_value?: string; } export interface MergeVariables { [key: string]: string; }