Umi — API References - v1.3.0
    Preparing search index...

    Type Alias TaskCallback<T, I>

    TaskCallback: (scope: DisposableScope, ...inputs: I) => T | Promise<T>

    Type Parameters

    • T
    • I extends any[]

    Type Declaration