Interface AbstractEntryCollection<TEntry>

Type Parameters

  • TEntry

Hierarchy

Properties

errors?: any[]
includes?: {
    Asset?: any[];
    Entry?: any[];
}

Type declaration

  • Optional Asset?: any[]
  • Optional Entry?: any[]
items: TEntry[]
limit: number
skip: number
total: number