UNPKG

@anglr/rest

Version:

Angular module representing rest services

10 lines 287 B
/** * Contains data that are used for clearing advanced cache service */ export interface RestClearAdvancedCaching extends TypedPropertyDescriptor<unknown> { /** * Key to stored cache item */ key: string; } //# sourceMappingURL=clearAdvancedCaching.interface.d.ts.map