import "../configure/types/field.types.mjs"; import { TailorPrincipal } from "./types.mjs"; import { StandardSchemaV1 } from "@standard-schema/spec"; //#region src/runtime/field-parse.d.ts export type FieldParseArgs = { value: unknown; data: unknown; invoker: TailorPrincipal | null; }; //#endregion