Interface JUserResourceMaps

interface JUserResourceMaps {
    content: Record<string, any>;
    id: string;
    projectId: string;
    type: "MAPS";
}

Hierarchy (view full)

Properties

content: Record<string, any>
id: string
projectId: string
type: "MAPS"