stratosphere-apptest-1.0.0: gen/Stratosphere/AppTest/TestCase/OutputProperty.hs-boot
module Stratosphere.AppTest.TestCase.OutputProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data OutputProperty :: Prelude.Type instance ToResourceProperties OutputProperty instance Prelude.Eq OutputProperty instance Prelude.Show OutputProperty instance JSON.ToJSON OutputProperty