E621
    Preparing search index...

    Interface CreateForumTopicOptions

    interface CreateForumTopicOptions {
        "[RawBodyShape]"?: {};
        category_id: number;
        is_locked?: boolean;
        is_sticky?: boolean;
        original_post_attributes: {};
        title: string;
    }

    Hierarchy (View Summary)

    Index
    "[RawBodyShape]"?: {}
    category_id: number
    is_locked?: boolean
    is_sticky?: boolean

    original_post_attributes

    original_post_attributes: {}
    title: string