export interface IOptions {

    [ key: string ]: any;

};
