UNPKG

@anglr/rest

Version:

Angular module representing rest services

13 lines 259 B
/** * Supported Produces response types */ export declare enum ResponseType { Json = 0, Text = 1, Blob = 2, BlobAndFilename = 3, ArrayBuffer = 4, LocationHeader = 5, LocationHeaderAndJson = 6 } //# sourceMappingURL=enums.d.ts.map