Type Alias TaskAllResult<T>

TaskAllResult: { -readonly [P in keyof T]: Awaited<T[P]> }

IMPORT_PATH: "@daiso-tech/core/task"

Type Parameters

  • T extends readonly unknown[]