E621
    Preparing search index...

    Interface IqdbResult<V2, PF>

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

    Type Parameters

    Index
    hash: string

    post

    post: PostFormat<V2, undefined>

    post_id

    post_id: number
    score: number