module Stratosphere.AmplifyUIBuilder.Component.SortPropertyProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data SortPropertyProperty :: Prelude.Type instance ToResourceProperties SortPropertyProperty instance Prelude.Eq SortPropertyProperty instance Prelude.Show SortPropertyProperty instance JSON.ToJSON SortPropertyProperty