MountInitCopyimport type { MountInit } from "https://raw.githubusercontent.com/takker99/ScrapBubble/0.9.6/mod.tsx";interface MountInit extends Partial<Omit<AppProps, "whiteList" | "watchList">> {debug?: boolean | Iterable<string>;watchList?: Iterable<ProjectId>;whiteList?: Iterable<string>;}§Extends§Partial<Omit<AppProps, "whiteList" | "watchList">>[src]§Properties§debug?: boolean | Iterable<string>[src]debug用有効化フラグ §watchList?: Iterable<ProjectId>[src]watch list §whiteList?: Iterable<string>[src]透過的に扱うprojectのリスト