E621
    Preparing search index...

    Interface IqdbResult

    interface IqdbResult {
        hash: string;
        post: IqdbPost;
        post_id: number;
        score: number;
    }
    Index

    Properties

    Properties

    hash: string

    post

    post: IqdbPost

    post_id

    post_id: number
    score: number