@xo-cash/engine
    Preparing search index...

    Function convertCommitVariablesIntoObject

    • Converts an array of XOInvitationVariable objects into an object, where each key is the variable's identifier and the value is the variable's value.

      Parameters

      • variables: XOInvitationVariable[]

        Array of XOInvitationVariable objects to convert.

      Returns Record<string, XOInvitationVariableValue>

      An object mapping each variable identifier to its corresponding value.