UNPKG

payload-auth-plugin

Version:
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