lemmy-js-client
    Preparing search index...

    Type Alias NodeInfoSoftware

    type NodeInfoSoftware = {
        homepage?: string;
        name?: string;
        repository?: string;
        version?: string;
    }
    Index

    Properties

    homepage?: string
    name?: string
    repository?: string
    version?: string