packages feed

activitypub-0.1.0.0: src/Network/ActivityPub/Vocabulary/Actor.hs

module Network.ActivityPub.Vocabulary.Actor where

import           Network.ActivityPub.Vocabulary.Core (Object)

type Application = Object
type Group = Object
type Organization = Object
type Person = Object
type Service = Object