fix: was using wrong symbol

pull/243/head
Josh Moore 1 year ago
parent ca44f60670
commit 0eabfa36e6

6
common/types.d.ts vendored

@ -7,9 +7,9 @@ declare module 'ass' {
* This is separate from the user configuration starting in 0.15.0
*/
interface ServerConfiguration {
host: string,
port: number,
proxied: boolean
host: string;
port: number;
proxied: boolean;
}
interface UserConfiguration {

Loading…
Cancel
Save