AppProps
import type { AppProps } from "https://raw.githubusercontent.com/takker99/ScrapBubble/0.1.5/App.tsx";
interface AppProps {
delay: number;
expired: number;
scrollTargets: ()[];
| "title"
| "link"
| "hashtag"
| "lineId"
whiteList: string[];
}