Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/psyche/types.d.ts>RecursivePartial

a drop-in solution for searching documentation
Latest
type alias RecursivePartial
import { type RecursivePartial } from "https://deno.land/x/psyche@v0.3.4/types.d.ts";
definition: [P in keyof T]?: RecursivePartial<T[P]>