"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EndpointsExtension = void 0; const EndpointsExtension = () => { return { name: 'endpoints', }; }; exports.EndpointsExtension = EndpointsExtension;