import { type QueryFilter } from "https://deno.land/x/earthstar@v10.2.0/src/entries/universal.ts";
Filters a query by document attributes.
Properties
optional
path: PathMatch an exact path.
optional
author: AuthorAddressMatch documents with a given author.
optional
timestamp: Timestampoptional
timestampGt: TimestampMatch documents newer than the given timestamp.
optional
timestampLt: TimestampMatch documents older than the given timestamp.