chore(server): consolidate dto files (#8201)

chore: conoslidate dto files
This commit is contained in:
Jason Rasmussen 2024-03-22 16:36:20 -04:00 committed by GitHub
parent 75aa8e6621
commit b6e4be72f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 434 additions and 484 deletions

View file

@ -1,7 +1,7 @@
import { ApiProperty, ApiResponseProperty } from '@nestjs/swagger';
import type { DateTime } from 'luxon';
import { FeatureFlags } from 'src/cores/system-config.core';
import { SystemConfigThemeDto } from 'src/dtos/system-config-theme.dto';
import { SystemConfigThemeDto } from 'src/dtos/system-config.dto';
import { IVersion, VersionType } from 'src/utils/version';
export class ServerPingResponse {