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

    Interface WikiPageSearchResponse

    interface WikiPageSearchResponse {
        data: WikiPage[];
        total: number;
    }
    Index

    Properties

    Properties

    data: WikiPage[]
    total: number