Interface ProjectionAll

interface ProjectionAll {
    filters: ProjectionFilter[];
    type: "all";
}

Properties

Properties

filters: ProjectionFilter[]
type: "all"

Generated using TypeDoc