UNPKG

dynamicpixels-typescript-sdk

Version:

This sdk will help you to connect your game's to the DynamicPixels

16 lines 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FileInfo = void 0; class FileInfo { constructor() { this.name = ""; this.hash = ""; this.content_type = ""; this.size = 0; this.last_modify = ""; this.expire = ""; this.version_id = 0; } } exports.FileInfo = FileInfo; //# sourceMappingURL=storage.js.map