Minimal type stub for @forge/api's ExternalAuthFetchMethods.

interface ForgeExternalAuthFetchMethods {
    fetch(url: string, init?: Record<string, unknown>): Promise<AnyResponse>;
}

Methods

Methods

  • Parameters

    • url: string
    • Optionalinit: Record<string, unknown>

    Returns Promise<AnyResponse>