interface ISetconfig {
    config: IConfig;
    coopname: string;
}

Properties

Properties

config: IConfig
coopname: string