UNPKG

@anglr/rest

Version:

Angular module representing rest services

10 lines 277 B
/** * Contains indication whether report progress */ export interface RestReportProgress extends TypedPropertyDescriptor<unknown> { /** * Indication whether report progress */ reportProgress: boolean; } //# sourceMappingURL=reportProgress.interface.d.ts.map