GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

OnSuccessRequestCallback

API/Type Aliases/OnSuccessRequestCallback
seyfert/lib/api/api.d.ts

Signature

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

Members

This export does not declare public properties or methods in the generated declaration file.