UNPKG

@configurator/ravendb

Version:
11 lines (10 loc) 197 B
export interface IndexErrors { name: string; errors: IndexingError[]; } export interface IndexingError { error: string; timestamp: Date; document: string; action: string; }