Correct naming

This commit is contained in:
Jared Klopper
2016-02-02 09:03:41 +13:00
parent 0a57e7a1c2
commit fa66ca5821
+2 -2
View File
@@ -258,7 +258,7 @@ declare module "rest/interceptor/retry" {
declare module "rest/interceptor/template" {
import rest = require("rest");
var hateoas: rest.Interceptor<template.Config>;
var template: rest.Interceptor<template.Config>;
module template {
interface Config {
@@ -267,7 +267,7 @@ declare module "rest/interceptor/template" {
}
}
export = hateoas;
export = template;
}
declare module "rest/interceptor/timeout" {