UNPKG

@youngshand/payload-auth-plugin

Version:

A temporary fork for testing of Authentication plugin for Payload CMS, use @payload-auth-plugin

7 lines 223 B
import { AuthPluginOutput } from "../types.js"; interface BaseOptions { name: string; } export declare const refresh: (options: BaseOptions) => Promise<AuthPluginOutput>; export {}; //# sourceMappingURL=refresh.d.ts.map