wip
This commit is contained in:
parent
d90f75425f
commit
0ac9120064
14 changed files with 80 additions and 77 deletions
|
|
@ -15,6 +15,8 @@ export type Source = {
|
|||
*/
|
||||
url: string;
|
||||
};
|
||||
name?: string;
|
||||
description?: string;
|
||||
url: string;
|
||||
port: number;
|
||||
https?: { [x: string]: string };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue