# frozen_string_literal: true module LedgerSync module NetSuite class Resource < LedgerSync::Resource end end end