interface GenericOptions { phone?: string; fileLogging?: boolean; } export default GenericOptions;