X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FDraft.html;h=bfd3c1e5bd3de4161633e0f6cbd4f2dfebb04d87;hb=fbc22127e53d3ec0ecbd38ecea25fb92ebef50e7;hp=a16519ed422bf1f319b8ff7735d8a6d7ccc65259;hpb=3bd6a82e43e11294af91bbd19647944ac740169e;p=poolifier.git diff --git a/docs/types/Draft.html b/docs/types/Draft.html index a16519ed..bfd3c1e5 100644 --- a/docs/types/Draft.html +++ b/docs/types/Draft.html @@ -15,7 +15,7 @@
  • poolifier
  • Draft
  • Type alias Draft<T>

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

    Make all properties in T non-readonly.

    @@ -26,7 +26,7 @@

    Type in which properties will be non-readonly.

    +
  • Defined in src/utility-types.ts:11