E621
    Preparing search index...

    Interface SearchPostsOptions

    interface SearchPostsOptions {
        limit?: number;
        md5?: string;
        page?: number;
        random?: string;
        tags?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    limit?: number
    md5?: string
    page?: number
    random?: string
    tags?: string