mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-05 17:48:42 +08:00
8 lines
147 B
TypeScript
8 lines
147 B
TypeScript
import DoubanSubject from "./DoubanSubject";
|
|
|
|
export default interface HandleResult {
|
|
content:string
|
|
fileName?:string
|
|
subject?:DoubanSubject,
|
|
}
|