interface EventDetails {
    displayType: string;
    label: string;
}

Properties

Properties

displayType: string
label: string