E621
    Preparing search index...

    Interface IqdbResult<V2>

    interface IqdbResult<V2 extends boolean | undefined = undefined> {
        hash: string;
        post: PostFormat<V2>;
        post_id: number;
        score: number;
    }

    Type Parameters

    • V2 extends boolean | undefined = undefined
    Index
    hash: string

    post

    post: PostFormat<V2>

    post_id

    post_id: number
    score: number