Interface ProjectionFullTextFilter

interface ProjectionFullTextFilter {
    text: string;
    type: "fullText";
}

Properties

Properties

text: string
type: "fullText"

Generated using TypeDoc