furystack-core
Advanced tools
Comparing version
@@ -5,3 +5,4 @@ export declare class CollectionResult<T> { | ||
'@odata.nextlink'?: string; | ||
constructor(value: T[]); | ||
'@odata.count'?: number; | ||
constructor(value: T[], count?: number, context?: string, nextlink?: string); | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
class CollectionResult { | ||
constructor(value) { | ||
constructor(value, count, context, nextlink) { | ||
this.value = value; | ||
this['@odata.count'] = count; | ||
} | ||
@@ -7,0 +8,0 @@ } |
{ | ||
"name": "furystack-core", | ||
"version": "1.0.0-alpha-6", | ||
"version": "1.0.0-alpha-7", | ||
"description": "FuryStack framework, Core package", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
104276
0.35%1503
0.13%