Type Alias FetchFunc<GetService, T>

FetchFunc<GetService, T>: ((service: GetService) => Promise<(T | undefined)[] | undefined>)

Type Parameters

  • GetService
  • T