Interface PointOfViewResponse

interface PointOfViewResponse {
    id: string;
    items: ProjectionItem[];
}

Properties

Properties

id: string

Generated using TypeDoc