@adviser/cement - v0.0.0
    Preparing search index...

    Type Alias WithOptionalReset<V>

    WithOptionalReset: V & { reset?: () => void }

    Type helper that adds an optional reset method to a value type.

    Type Parameters

    • V

      The value type