kient / DetailedEventSubscriptionParams
Type Alias: DetailedEventSubscriptionParams
ts
type DetailedEventSubscriptionParams = Omit<Flattened<DetailedEventSubscription>, "createdAt" | "updatedAt"> & object;
src/structures/detailed-event-subscription.ts:5
Type declaration
Name | Type | Defined in |
---|---|---|
createdAt | string | src/structures/detailed-event-subscription.ts:9 |
updatedAt | string | src/structures/detailed-event-subscription.ts:10 |