UNPKG

@scalar/api-client

Version:

the open source API testing client

10 lines 322 B
/** * The layout of the client * - modal: has no router, just sets active entities directly * - web: uses the standard HTML5 history API * - desktop: the electron app, uses the file routing API * * @default 'desktop' */ export type ClientLayout = 'modal' | 'web' | 'desktop'; //# sourceMappingURL=layout.d.ts.map