AppProps
import type { AppProps } from "https://raw.githubusercontent.com/takker99/ScrapBubble/0.9.6/mod.tsx";
interface AppProps {
delay: number;
style: URL | string;
watchList: Set<ProjectId>;
whiteList: Set<string>;
}import type { AppProps } from "https://raw.githubusercontent.com/takker99/ScrapBubble/0.9.6/mod.tsx";