Type Alias TumblrClientCallback
TumblrClientCallback: (
err: Error | null,
resp: Record<string, any> | null,
response?: IncomingMessage | null,
) => void
Type declaration
- (
err: Error | null,
resp: Record<string, any> | null,
response?: IncomingMessage | null,
): void Parameters
- err: Error | null
- resp: Record<string, any> | null
Optional
response: IncomingMessage | null
Returns void
Handles the response from a client reuest