lemmy-js-client
    Preparing search index...

    Type Alias NodeInfoUsers

    type NodeInfoUsers = {
        activeHalfyear?: number;
        activeMonth?: number;
        total?: number;
    }
    Index

    Properties

    activeHalfyear?: number
    activeMonth?: number
    total?: number