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