export interface EventMetadata {
    id: string;
}
