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