import type { ConfigService } from '../config.service' export type ConfigServiceCreateResponseDto = Awaited> export type ConfigServiceFindOneResponseDto = Awaited>