jamespot-user-api
    Preparing search index...

    Interface WindowInterface

    interface WindowInterface {
        fetch: <T>(url: string, init?: RequestInit) => FetchReturnType<T>;
        getBackendUrl: () => Promise<string>;
        tooManyRequest: () => void;
    }

    Implemented by

    Index

    Properties

    fetch: <T>(url: string, init?: RequestInit) => FetchReturnType<T>
    getBackendUrl: () => Promise<string>
    tooManyRequest: () => void