UNPKG

@idfy/sdk

Version:
9 lines (8 loc) 149 B
export interface Event { id?: string; type?: string; payload?: any; timestamp?: Date; accountId?: string; tags?: string[]; }