import { type SchemaSearchInterface } from "https://deno.land/x/ldkit/mod.ts";
Describes a shape of data for updating an entity, according to its data schema.
See Lens.prototype.find for usage example.
Type Parameters
T extends Schema
definition: { $id?: IRI | IRI[]; } & SchemaSearchInterfaceProperties<T>