1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 18:26:13 +02:00
This commit is contained in:
syuilo
2018-11-07 12:30:56 +09:00
parent 001bb7bbcd
commit 5675ecead9
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
export type Source = {
repository_url?: string;
feedback_url?: string;
languages?: string[];
url: string;
port: number;
https?: { [x: string]: string };