Interface AuthorModeOptions
interface AuthorModeOptions {
allowFeedback?: boolean;
orientation?: "left" | "right";
topics?: { rowkey: string; title: string }[];
}
allowFeedback?: boolean;
orientation?: "left" | "right";
topics?: { rowkey: string; title: string }[];
}