import type { StandardSchemaV1 } from "@standard-schema/spec"; /** Standard Schema whose validated output is assignable to the given type. */ export type ProducingSchema = StandardSchemaV1; /** Standard Schema whose validated output is a string-keyed object. */ export type ObjectProducingSchema = ProducingSchema>;