import { type SchemaSearchInterface } from "https://deno.land/x/ldkit@2.0.0/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
x/ldkit/mod.ts>SchemaSearchInterface
import { type SchemaSearchInterface } from "https://deno.land/x/ldkit@2.0.0/mod.ts";
Describes a shape of data for updating an entity, according to its data schema.
See Lens.prototype.find for usage example.