interface Options { [key: string]: any; } interface Config { options: Options; }