@redocly/theme
Version:
Shared UI components lib
18 lines • 510 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.configure = configure;
function configure(_context) {
// const exampleRequestValues: ConfigureRequestValues = {
// body: {
// name: 'John Doe',
// },
// security: {
// token: {
// access_token: 'John Doe token',
// },
// },
// };
// return { requestValues: exampleRequestValues } satisfies Configure;
return {};
}
//# sourceMappingURL=configure.js.map