UNPKG

@accounts/rest-client

Version:
3 lines (2 loc) 165 B
import { type AccountsClient } from '@accounts/client'; export declare const authFetch: (accounts: AccountsClient, path: string, request: any) => Promise<Response>;