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