Interface JMapContextV0

interface JMapContextV0 {
    author?: string;
    creationDate?: string;
    data: JMapContextDataV0;
    description: string;
    id?: string | number;
    modificationDate?: string;
    origin: "web-ng";
    projectId?: string;
    shared: boolean;
    title: string;
    uuid?: string;
}

Properties

author?: string
creationDate?: string
description: string
id?: string | number
modificationDate?: string
origin: "web-ng"
projectId?: string
shared: boolean
title: string
uuid?: string