interface _WaitFunc {
    func: WaitFunc;
    params: AnyParams;
}

Properties

Properties

func: WaitFunc
params: AnyParams