Interface ProjectionsResponse

interface ProjectionsResponse {
    data: PointOfViewResponse[];
}

Properties

Properties

Generated using TypeDoc