X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FDraft.html;h=c92ca52b126bd700f567a37dc18517c2c051888e;hb=811dc01fd8bb1b23cc3e6e72f7fbc82cc8f473ae;hp=bfd3c1e5bd3de4161633e0f6cbd4f2dfebb04d87;hpb=15e4d8f3cafe9f7412913b0e440921e813bdf3cd;p=poolifier.git diff --git a/docs/types/Draft.html b/docs/types/Draft.html index bfd3c1e5..c92ca52b 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