ihp-1.4.0: IHP/PageHead/Types.hs
{-|
Module: IHP.PageHead.Types
Copyright: (c) digitally induced GmbH, 2021
-}
module IHP.PageHead.Types where
import IHP.Prelude
newtype PageTitle = PageTitle Text
newtype PageDescription = PageDescription Text
newtype OGTitle = OGTitle Text
newtype OGType = OGType Text
newtype OGDescription = OGDescription Text
newtype OGUrl = OGUrl Text
newtype OGImage = OGImage Text