Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 228 Bytes

filterconjunction.md

File metadata and controls

15 lines (10 loc) · 228 Bytes

FilterConjunction

Example Usage

import { FilterConjunction } from "@polar-sh/sdk/models/components/filterconjunction.js";

let value: FilterConjunction = "and";

Values

"and" | "or"