Class AuditRequest<T>

Type Parameters

Hierarchy (View Summary)

Properties

current: number
done: boolean
options: Required<Omit<Audit.Options<T>, "fromDate" | "toDate">>
total: undefined | number

Methods

  • Go through all pages of results and return as an array. TIP: Use the {maxResults} option to limit the maximum number of results

    Returns Promise<T[]>