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