Skip to main content
Go to Latest
enum AllAnyTypes
import { AllAnyTypes } from "https://deno.land/x/fathym_everything_as_code@v0.1.63-integration/src/eac/AllAnyTypes.ts";

Enum used to represent whether to fetch all or any matches.

Members

All

Return only of all entries match.

Any

Return if any entry matches.