Skip to content

EventPayload

ts
type EventPayload = {
[key: string]: unknown;
};

Index Signature

ts
[key: string]: unknown