lib/ittybit/types/file_object.rb



# frozen_string_literal: true

module Ittybit
  class FileObject
    SOURCE = "source"
    TRACK = "track"
    INTELLIGENCE = "intelligence"
  end
end