# frozen_string_literal: true module Tikkie module Api module V1 module Types module PlatformStatus ACTIVE = "ACTIVE" INACTIVE = "INACTIVE" end end end end end