@osynicite/osynic-osuapi
    Preparing search index...

    Interface SearchInChangelog

    interface SearchInChangelog {
        from: string;
        limit: number;
        max_id: number;
        stream: string;
        to: string;
    }
    Index

    Properties

    from: string
    limit: number
    max_id: number
    stream: string
    to: string