Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAuditCollection

IAuditCollection

Hierarchy

  • IBaseResults<Audit>
    • IAuditCollection

Index

Properties

Optional done

done: (resolve: (value?: Array<Audit>) => void) => void

Type declaration

    • (resolve: (value?: Array<Audit>) => void): void
    • Parameters

      • resolve: (value?: Array<Audit>) => void
          • (value?: Array<Audit>): void
          • Parameters

            • Optional value: Array<Audit>

            Returns void

      Returns void

existsFl

existsFl: boolean

True, if the object exists, false otherwise.

nextFl

nextFl: boolean

True, if more items exist.

response

response: string

The response

results

results: Array<Audit>

Results

Methods

next

  • next(): IBaseCollection<Audit>

stringify

  • stringify(): string

Generated using TypeDoc