lemmy-js-client
    Preparing search index...

    Type Alias InstanceWithFederationState

    type InstanceWithFederationState = {
        domain: string;
        federation_state?: ReadableFederationState;
        id: InstanceId;
        published_at: string;
        software?: string;
        updated_at?: string;
        version?: string;
    }
    Index

    Properties

    domain: string
    federation_state?: ReadableFederationState

    if federation to this instance is or was active, show state of outgoing federation to this instance

    published_at: string
    software?: string

    The software of the instance.

    updated_at?: string

    When the instance was updated.

    version?: string

    The version of the instance's software.