UNPKG

payload-auth-plugin

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