Interface CategoryEventMetadata

interface CategoryEventMetadata {
    category: string;
    categoryId?: string;
}

Properties

category: string
categoryId?: string