E621
    Preparing search index...

    Interface UpdateWikiPageOptions

    interface UpdateWikiPageOptions {
        "[RawBodyShape]"?: {};
        body?: string;
        edit_reason?: string;
        featured_posts_string?: string;
        is_deleted?: boolean;
        is_locked?: boolean;
        parent?: string;
        skip_secondary_validations?: boolean;
        title?: string;
    }

    Hierarchy (View Summary)

    Index
    "[RawBodyShape]"?: {}
    body?: string
    edit_reason?: string
    featured_posts_string?: string
    is_deleted?: boolean
    is_locked?: boolean
    parent?: string
    skip_secondary_validations?: boolean
    title?: string