Interface IConfigFunc

interface IConfigFunc {
    config(param: IConfig): IConfig;
}

Methods

Methods