seyfert
    Preparing search index...

    Type Alias OnSuccessRequestCallback

    OnSuccessRequestCallback: (
        method: HttpMethods,
        url: `/${string}`,
        response: Response,
    ) => Awaitable<any>

    Type Declaration

      • (method: HttpMethods, url: `/${string}`, response: Response): Awaitable<any>
      • Parameters

        Returns Awaitable<any>