UNPKG

jec-sandcat

Version:

JEC Sandcat - The default RESTful web services framework for GlassCat applications.

12 lines (11 loc) 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class RootPathDescriptor { constructor() { this.path = null; this.fullPath = null; this.ref = null; this.version = null; } } exports.RootPathDescriptor = RootPathDescriptor;