interface Category {
    _id?: string;
    colorScheme?: string;
    createdDate?: Date;
    description?: string;
    enabled: boolean;
    hostInterestCategory?: boolean;
    icon?: string;
    id?: string;
    itineraryThemeCategory?: boolean;
    modifiedDate?: Date;
    name: string;
    tripCategory?: boolean;
}

Hierarchy (View Summary)

Properties

_id?: string
colorScheme?: string
createdDate?: Date
description?: string
enabled: boolean
hostInterestCategory?: boolean
icon?: string
id?: string

Use _id instead

itineraryThemeCategory?: boolean
modifiedDate?: Date
name: string
tripCategory?: boolean