import type { CatalogsService } from '../catalog.service' export type CatalogsServiceGetDeviceBrandsResponseDto = Awaited> export type CatalogsServiceGetDevicesResponseDto = Awaited> export type CatalogsServiceGetGuildGoodCategoriesResponseDto = Awaited> export type CatalogsServiceGetGuildsResponseDto = Awaited> export type CatalogsServiceGetProvidersResponseDto = Awaited>