• Sets the webhooks in a Form zip object's *.info file.

    Parameters

    • zipObject: JSZip

      Zip file object in which to set the webhooks

    • webHooks: any[]

      Array of webhooks to set

    Returns Promise<JSZip>

    Promise that resolves to the updated zip object