X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FDraft.html;h=31a5723d0c3766c9c34a2250fd1df2e344f2384d;hb=67de15a041152a973334839ad2c73284b1b3cbb3;hp=b2c7ed7b21d4df7ea50d6402b1d0a6a5922cf90a;hpb=2946f23da560702e3f3631887e1eeb88777bd47d;p=poolifier.git diff --git a/docs/types/Draft.html b/docs/types/Draft.html index b2c7ed7b..31a5723d 100644 --- a/docs/types/Draft.html +++ b/docs/types/Draft.html @@ -18,15 +18,15 @@
Draft<T>: {
    -readonly [P in keyof T]?: T[P]
}

Make all properties in T non-readonly.

-
+

Type Parameters

-
+
  • Defined in src/utility-types.ts:11