lemmy-js-client

    Type Alias Instance

    A federated instance / site.

    type Instance = {
        domain: string;
        id: InstanceId;
        published: string;
        software?: string;
        updated?: string;
        version?: string;
    }
    Index

    Properties

    domain: string
    published: string
    software?: string

    The software of the instance.

    updated?: string

    When the instance was updated.

    version?: string

    The version of the instance's software.

    MMNEPVFCICPMFPCPTTAAATR