interface Destination {
    _id?: string;
    createdDate?: Date;
    deleted: boolean;
    id?: string;
    modifiedDate?: Date;
    name: string;
    photo: string;
}

Hierarchy (View Summary)

Properties

_id?: string
createdDate?: Date
deleted: boolean
id?: string

Use _id instead

modifiedDate?: Date
name: string
photo: string