interface ExportedWebMap {
    itemId: string;
    title: string;
    webMapPath: string;
}

Properties

itemId: string
title: string
webMapPath: string