export interface CustomTextData { defaultvalue: string; description: string; } export interface CustomTextDefs { [key: string]: CustomTextData; }