UNPKG

89 BTypeScriptView Raw
1interface Options {
2 [key: string]: any;
3}
4interface Config {
5 options: Options;
6}