UNPKG

362 BTypeScriptView Raw
1import type { AuthenticationManagementServiceOptions } from './types';
2export declare const defaultPath = "authManagement";
3export declare const optionsDefault: AuthenticationManagementServiceOptions;
4export declare function makeDefaultOptions<K extends keyof AuthenticationManagementServiceOptions>(keys?: K[]): Pick<AuthenticationManagementServiceOptions, K>;