import type { AccountsService } from '../accounts.service' export type AccountsServiceCreateResponseDto = Awaited> export type AccountsServiceDeleteResponseDto = Awaited> export type AccountsServiceFindAllResponseDto = Awaited> export type AccountsServiceFindOneResponseDto = Awaited> export type AccountsServiceUpdateResponseDto = Awaited>