UNPKG

@dbs-portal/tool-mock

Version:

API mocking toolkit using MSW for DBS Portal development workflows

10 lines 367 B
/** * Authentication handler factory for creating auth-related endpoints */ import type { RequestHandler } from 'msw'; import type { AuthHandlerOptions } from './types'; /** * Create authentication handlers */ export declare function createAuthHandlers(basePath: string, options?: Partial<AuthHandlerOptions>): RequestHandler[]; //# sourceMappingURL=auth.d.ts.map