import type { SchemaOptions } from '../schema/index.mjs'; import type { Ensure, Evaluate } from '../helpers/index.mjs'; import type { TProperties } from '../object/index.mjs'; import { type TMappedResult } from '../mapped/index.mjs'; import { type TPartial } from './partial.mjs'; type TFromProperties
= ({ [K2 in keyof P]: TPartial
;
});
type TFromMappedResult ;
export {};