// Copyright (c) Catgirl Enterprises - Licensed under MIT // Check LICENSE in repository root for more information. export default interface IConfig { selfHost: boolean, selfHostPort?: number }