Files
stocca-tre/server/config.ts
2022-06-29 08:24:00 +02:00

7 lines
108 B
TypeScript

type ServerConfig = {
username: string,
hostname: string,
password: string,
port: number,
}