Helpful
    Preparing search index...

    Type Alias ZObligatedValue<T>

    ZObligatedValue: T | null | undefined | Promise<T | null | undefined>

    A specific set of possible values that need to be checked for requirements.

    Type Parameters

    • T

      The type of value that is being checked.