Skip to content

kient / DetailedEventSubscriptionParams

Type Alias: DetailedEventSubscriptionParams

ts
type DetailedEventSubscriptionParams = Omit<Flattened<DetailedEventSubscription>, "createdAt" | "updatedAt"> & object;

src/structures/detailed-event-subscription.ts:5

Type declaration

NameTypeDefined in
createdAtstringsrc/structures/detailed-event-subscription.ts:9
updatedAtstringsrc/structures/detailed-event-subscription.ts:10