Helpful
    Preparing search index...

    Type Alias JoinListInputParameter<T>

    JoinListInputParameter: T | [T, boolean] | null | undefined

    A set of parameters that can be used for a string join.

    Join lists can be a regular object, null, undefined, or a tuple where the first item is the object to join, and the second item is a boolean that specifies whether to include it if the value is truthy.

    Type Parameters

    • T

      The type of data to join.