types/UrlRedirection.js

 /**
 * Defines **URL Redirection** .
 * @typedef URLRedirection
 * @memberof AgilityFetch.Types
 * @property {Number} id - The id of this URL Redirection
 * @property {String} originUrl - The URL to redirect from
 * @property {String} destinationUrl - The URL to redirect to
 * @property {Number} statusCode - Either a 301 or 302 status code for the redirect
 */