mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-21 21:47:18 +09:00
5 lines
62 B
TypeScript
5 lines
62 B
TypeScript
interface Options {
|
|
proxy: string;
|
|
}
|
|
|
|
export default Options; |