UNPKG

@r1tsu/payload

Version:

4 lines 229 B
import type { Payload } from '../../../index.js'; import type { AuthArgs, AuthResult } from '../auth.js'; export declare const auth: (payload: Payload, options: AuthArgs) => Promise<AuthResult>; //# sourceMappingURL=auth.d.ts.map