UNPKG

@eweser/db

Version:
6 lines (5 loc) 226 B
import type { LoginQueryOptions } from '@eweser/shared'; import type { Database } from '../..'; export declare const generateLoginUrl: (db: Database) => (options: Partial<LoginQueryOptions> & { name: string; }) => string;