mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 16:48:44 +08:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
import {DoubanPluginSubjectProperty} from "./DoubanPluginSubjectProperty";
|
|
|
|
export interface DoubanPluginOnlineSettings {
|
|
properties: DoubanPluginSubjectProperty[];
|
|
}
|