mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 18:15:41 +00:00
Dont directly export all config subtypes
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { GeneralConfiguration, LimitsConfiguration } from "../../util/config";
|
||||
import { GeneralConfiguration, LimitsConfiguration } from "../../util/config/types";
|
||||
import { DmChannelDTO } from "../../util/dtos";
|
||||
import { Application, BackupCode, Categories, Channel, Emoji, Guild, Invite, Member, Message, Role, Sticker, StickerPack, Template, Webhook } from "../../util/entities";
|
||||
import { GuildVoiceRegion } from "./GuildVoiceRegionsResponse";
|
||||
|
||||
@@ -37,7 +37,7 @@ import {
|
||||
SecurityConfiguration,
|
||||
TemplateConfiguration,
|
||||
UserConfiguration,
|
||||
} from "../config";
|
||||
} from "./types";
|
||||
|
||||
export class ConfigValue {
|
||||
admin: EndpointConfiguration = new EndpointConfiguration();
|
||||
|
||||
@@ -17,4 +17,3 @@
|
||||
*/
|
||||
|
||||
export * from "./Config";
|
||||
export * from "./types";
|
||||
|
||||
Reference in New Issue
Block a user