obsidian-douban/src/org/wanxp/douban/setting/model/DoubanPluginOnlineSettings.ts
wanxp 5c345efa1d 1. fix sync movie fetch wrong type
2. fix can not get the comment of book or movie
2023-09-23 09:21:46 +08:00

6 lines
168 B
TypeScript

import {DoubanPluginSubjectProperty} from "./DoubanPluginSubjectProperty";
export interface DoubanPluginOnlineSettings {
properties: DoubanPluginSubjectProperty[];
}