UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

8 lines (7 loc) 205 B
import { BaseEntity } from "./base.entity"; export declare class StripeLog extends BaseEntity { stripeEventId: string; eventType: string; stripeAccountId: string; rawWebhookData: string; }