lemmy-js-client
    Preparing search index...

    Type Alias PersonActions

    type PersonActions = {
        blocked_at?: string;
        downvotes?: number;
        note?: string;
        noted_at?: string;
        upvotes?: number;
        voted_at?: string;
    }
    Index

    Properties

    blocked_at?: string

    When the person was blocked.

    downvotes?: number

    A total of downvotes given to this person

    note?: string

    A note about the person.

    noted_at?: string

    When the person was noted.

    upvotes?: number

    A total of upvotes given to this person

    voted_at?: string

    When the person was voted on.