@upstash/qstash
Version:
Official Typescript client for QStash
15 lines (12 loc) • 582 B
TypeScript
import * as h3 from 'h3';
/**
* @deprecated as of version 2.7.17. Will be removed in qstash-js 3.0.0.
* Please use https://github.com/upstash/workflow-js
* Migration Guide: https://upstash.com/docs/workflow/migration
*/
declare const verifySignatureNuxt: (handler: (event: h3.H3Event<h3.EventHandlerRequest>) => Promise<unknown>, config?: {
currentSigningKey?: string | undefined;
nextSigningKey?: string | undefined;
clockTolerance?: number | undefined;
} | undefined) => h3.EventHandler<h3.EventHandlerRequest, Promise<unknown>>;
export { verifySignatureNuxt };