X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FDraft.html;h=11d2932587675b868eaa8fc45d5eff50b7480e4d;hb=4703c53b33791724a31462d7c6dabd43b0385f7c;hp=4653b2beddf853d142599ed0939b5bd925b3206a;hpb=8d1797ad15cb2d87ac3c9904ce6df3db45c0c742;p=poolifier.git diff --git a/docs/types/Draft.html b/docs/types/Draft.html index 4653b2be..11d29325 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