ServerlessCallback
@h4ad/serverless-adapter > ServerlessCallback
(type) ServerlessCallback
The default signature of the callback sent by serverless
Signature:
export type ServerlessCallback<TResponse> = (error: Error | null, success: TResponse | null) => void;