UNPKG

@anglr/rest

Version:

Angular module representing rest services

11 lines 322 B
import { StringDictionary } from '@jscrpt/common'; /** * Contains additional headers that will be added */ export interface RestHttpHeaders extends TypedPropertyDescriptor<unknown> { /** * Headers defintion to be added */ headers: StringDictionary; } //# sourceMappingURL=httpHeaders.interface.d.ts.map