export interface LibConfigObject { mode: string; } export interface InternalConfig { outlook: LibConfigObject; excel: LibConfigObject; word: LibConfigObject; }