@juspay/blaze-sdk-web
Version:
SDK for integrating Breeze 1CCO into your Web Application
5 lines (4 loc) • 443 B
TypeScript
import type { SDKResponse, EventName } from '$generated/types';
import type { ActionEnum } from '$generated/Backend';
export declare function incorrectPayloadResp(requestId: string | null, service: string | undefined, eventName: EventName): SDKResponse;
export declare function toSdkResponse(requestId: string | null, service: string | undefined, eventName: EventName, action?: ActionEnum | null, data?: Record<string, unknown>): SDKResponse;