Interface ProjectionAny

interface ProjectionAny {
    filters: ProjectionFilter[];
    type: "any";
}

Properties

Properties

filters: ProjectionFilter[]
type: "any"

Generated using TypeDoc