lemmy-js-client
    Preparing search index...

    Type Alias InstanceActions

    type InstanceActions = {
        ban_expires_at?: string;
        blocked_communities_at?: string;
        blocked_persons_at?: string;
        received_ban_at?: string;
    }
    Index

    Properties

    ban_expires_at?: string

    When their ban expires.

    blocked_communities_at?: string

    When the instance's communities were blocked.

    blocked_persons_at?: string

    When the instance's persons were blocked.

    received_ban_at?: string

    When this user received a site ban.