UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

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