Interface Item

interface Item {
    api?: ItemsApi<any>;
    avatar?: string;
    color?: string;
    contact?: string;
    data?: string;
    date_created?: string;
    date_updated?: null | string;
    end?: string;
    gallery?: GalleryItem[];
    group_type?: string;
    id: string;
    image?: string;
    layer?: LayerProps;
    markerIcon?: string;
    name: string;
    needs?: TagIds;
    new?: boolean;
    next_appointment?: string;
    offers?: TagIds;
    parent?: string;
    position?: null | Point;
    public_edit?: boolean;
    relations?: Relation[];
    slug?: string;
    start?: string;
    status?: string;
    subname?: string;
    tags?: string[];
    telephone?: string;
    text?: string;
    user_created?: UserItem;
}

Properties

api?: ItemsApi<any>
avatar?: string
color?: string
contact?: string
data?: string
date_created?: string
date_updated?: null | string
end?: string
gallery?: GalleryItem[]
group_type?: string
id: string
image?: string
layer?: LayerProps
markerIcon?: string
name: string
needs?: TagIds
new?: boolean
next_appointment?: string
offers?: TagIds
parent?: string
position?: null | Point
public_edit?: boolean
relations?: Relation[]
slug?: string
start?: string
status?: string
subname?: string
tags?: string[]
telephone?: string
text?: string
user_created?: UserItem