X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FDraft.html;h=0f1befa61db0100832f32ba851e81373bbf10ffc;hb=557991e8ddb66a72a47d62606e142e8be86677f2;hp=b2c7ed7b21d4df7ea50d6402b1d0a6a5922cf90a;hpb=938d9c678aa8e70e5642feffb90604cf25c993fe;p=poolifier.git diff --git a/docs/types/Draft.html b/docs/types/Draft.html index b2c7ed7b..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