Interface Lister<T>

An interface for listing. Returns a promise with typed list.

Type Parameters

  • T

Hierarchy

  • Lister

Methods

  • Returns AsyncIterator<T, any, undefined>

  • Returns Promise<T[]>

Generated using TypeDoc