ForgeApiFetchFunction: ((url: string, init?: {
    body?: unknown;
    headers?: Record<string, string>;
    method?: string;
    redirect?: string;
}) => Promise<AnyResponse>)

A fetch-like function compatible with @forge/api's fetch.