masto
    Preparing search index...

    Interface ListTrendsParams

    interface ListTrendsParams {
        limit?: number | null;
    }
    Index

    Properties

    Properties

    limit?: number | null

    Maximum number of results to return. Defaults to 10.