1# frozen_string_literal: true
2
3module API
4  module Entities
5    class DeployTokenWithToken < Entities::DeployToken
6      expose :token
7    end
8  end
9end
10