lemmy-js-client
    Preparing search index...

    Type Alias NodeInfo

    type NodeInfo = {
        metadata?: { [key in string]: string };
        openRegistrations?: boolean;
        protocols?: string[];
        services?: NodeInfoServices;
        software?: NodeInfoSoftware;
        usage?: NodeInfoUsage;
        version?: string;
    }
    Index

    Properties

    metadata?: { [key in string]: string }
    openRegistrations?: boolean
    protocols?: string[]
    services?: NodeInfoServices

    These fields are required by the spec for no reason

    software?: NodeInfoSoftware
    version?: string