E621
    Preparing search index...

    Interface SearchTakedownsOptions

    interface SearchTakedownsOptions {
        creator_id?: number;
        creator_logged_in?: boolean;
        creator_name?: string;
        email?: string;
        id?: string | number;
        instructions?: string;
        ip_addr?: string;
        limit?: number;
        notes?: string;
        order?: "id_asc" | "id_desc" | "post_count" | "status";
        page?: number;
        post_id?: number;
        reason?: string;
        reason_hidden?: boolean;
        source?: string;
        status?: string;
        vericode?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    creator_id?: number
    creator_logged_in?: boolean
    creator_name?: string
    email?: string
    id?: string | number
    instructions?: string
    ip_addr?: string
    limit?: number
    notes?: string
    order?: "id_asc" | "id_desc" | "post_count" | "status"
    page?: number

    Optionalpost_id

    post_id?: number
    reason?: string
    reason_hidden?: boolean
    source?: string
    status?: string
    vericode?: string