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 * This is separate from the user configuration starting in 0.15.0
*/ */
interface ServerConfiguration { interface ServerConfiguration {
host: string, host: string;
port: number, port: number;
proxied: boolean proxied: boolean;
} }
interface UserConfiguration { interface UserConfiguration {

Loading…
Cancel
Save