Interface ProjectionsQueryParams

interface ProjectionsQueryParams {
    attributes: ProjectionAttribute[];
    filters: ProjectionFilter[];
    pointsOfView: PointOfViewInput[];
}

Properties

attributes: ProjectionAttribute[]
filters: ProjectionFilter[]
pointsOfView: PointOfViewInput[]

Generated using TypeDoc