lemmy-js-client

    Type Alias PersonPostMention

    A person mention.

    type PersonPostMention = {
        id: PersonPostMentionId;
        post_id: PostId;
        published: string;
        read: boolean;
        recipient_id: PersonId;
    }
    Index

    Properties

    post_id

    post_id: PostId
    published: string
    read: boolean
    recipient_id: PersonId
    MMNEPVFCICPMFPCPTTAAATR