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 TRequired } from './required'; type TFromProperties
= ({ [K2 in keyof P]: TRequired
;
});
type TFromMappedResult ;
export {};