E621
    Preparing search index...

    Interface CreateTakedownOptions

    interface CreateTakedownOptions {
        del_post_ids?: number[];
        email: string;
        instructions?: string;
        notes?: string;
        post_ids?: number[];
        reason: string;
        reason_hidden?: boolean;
        source?: string;
        status?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Optionaldel_post_ids

    del_post_ids?: number[]
    email: string
    instructions?: string
    notes?: string

    Optionalpost_ids

    post_ids?: number[]
    reason: string
    reason_hidden?: boolean
    source?: string
    status?: string