UNPKG

180 BTypeScriptView Raw
1import type { session_user_ctx_type } from './session_user_ctx_type';
2export declare function authenticateUser(Username: string, Password: string): Promise<session_user_ctx_type>;