E621
    Preparing search index...

    Interface SearchPostVersionsOptions

    interface SearchPostVersionsOptions {
        description?: string;
        description_changed?: boolean;
        id?: string | number;
        limit?: number;
        locked_tags?: string;
        locked_tags_added?: string;
        locked_tags_removed?: string;
        page?: number;
        parent_id?: number;
        parent_id_changed?: boolean;
        post_id?: number;
        rating?: Ratings;
        rating_changed?: "s" | "q" | "e" | "any";
        reason?: string;
        source_changed?: boolean;
        start_id?: number;
        tags?: string;
        tags_added?: string;
        tags_removed?: string;
        updater_id?: number;
        updater_name?: string;
        uploads?: "included" | "excluded" | "only";
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    description_changed?: boolean
    id?: string | number
    limit?: number
    locked_tags?: string
    locked_tags_added?: string
    locked_tags_removed?: string
    page?: number
    parent_id?: number
    parent_id_changed?: boolean

    Optionalpost_id

    post_id?: number
    rating?: Ratings
    rating_changed?: "s" | "q" | "e" | "any"
    reason?: string
    source_changed?: boolean
    start_id?: number
    tags?: string
    tags_added?: string
    tags_removed?: string
    updater_id?: number
    updater_name?: string
    uploads?: "included" | "excluded" | "only"