X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FDraft.html;fp=docs%2Ftypes%2FDraft.html;h=0000000000000000000000000000000000000000;hb=030eb5a38e62c6e381961644eab2ddac9a027aea;hp=ffb751140fb3e4ddf6df5490181414ed7e841600;hpb=6677a3d36e9e7241c54db7cd69daa40f52fcbcb3;p=poolifier.git diff --git a/docs/types/Draft.html b/docs/types/Draft.html deleted file mode 100644 index ffb75114..00000000 --- a/docs/types/Draft.html +++ /dev/null @@ -1,111 +0,0 @@ -Draft | poolifier
-
- -
-
-
-
- -

Type alias Draft<T>

-
Draft<T>: {
    -readonly [P in keyof T]?: T[P]
}
-

Make all properties in T non-readonly.

-
-
-

Type Parameters

-
    -
  • -

    T

    -

    Type in which properties will be non-readonly.

    -
    -
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file