UNPKG

@redocly/portal-plugin-gravitee-sso

Version:

Gravitee SSO plugin for @redocly/portal

4 lines (3 loc) 176 B
import type { Store } from '@redocly/realm/dist/server/store.js'; import type { Context } from 'hono'; export default function (ctx: Context, store: Store): Promise<Response>;