@bovine/account-api
    Preparing search index...

    Type Alias ActorInformation

    ActorInformation

    Information about an actor

    type ActorInformation = {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    Id

    The URI corresponding to the actor

    name: string

    Name

    Internal name of the actor