UNPKG

@dbs-portal/core-api

Version:

HTTP client and API utilities for DBS Portal

13 lines 345 B
/** * Authentication mock handlers */ import type { RequestHandler } from 'msw'; /** * Create authentication handlers */ export declare function createAuthHandlers(basePath?: string): RequestHandler[]; /** * Default authentication handlers */ export declare const authHandlers: RequestHandler[]; //# sourceMappingURL=auth-handlers.d.ts.map