@payloadcms/plugin-stripe
Version:
Stripe plugin for Payload
8 lines • 362 B
TypeScript
import type { SanitizedStripePluginConfig, StripeWebhookHandler } from '../types.js';
type HandleDeleted = (args: {
resourceType: string;
syncConfig: SanitizedStripePluginConfig['sync'][0];
} & Parameters<StripeWebhookHandler>[0]) => Promise<void>;
export declare const handleDeleted: HandleDeleted;
export {};
//# sourceMappingURL=handleDeleted.d.ts.map