/** * like Required but for the entire node hierarchy in the Type */ export declare type DeepRequired = { [Key in keyof Type]-?: Required>; };