export default interface IRestResponse { readonly etag: string | null; readonly json: T; }