bugyo-cloud-client
Version:
HTTP client for Bugyo Cloud
11 lines • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PunchmarkPage = void 0;
const token_page_1 = require("./base/token-page");
class PunchmarkPage extends token_page_1.TokenPage {
get EndpointName() {
return "PunchmarkPage";
}
}
exports.PunchmarkPage = PunchmarkPage;
//# sourceMappingURL=punchmark-page.js.map