interface LevelLimitOptions {
    mode?: "topic" | "post";
}

Properties

Properties

mode?: "topic" | "post"