UNPKG

@anglr/rest

Version:

Angular module representing rest services

10 lines 312 B
/** * Contains name of progress indicator group for local progress indicator */ export interface RestProgressIndicatorGroup extends TypedPropertyDescriptor<unknown> { /** * Name of progress indicator group */ groupName: string; } //# sourceMappingURL=progressIndicatorGroup.interface.d.ts.map