import { Result } from '../Core/Result' export interface DomainUseCaseInterface { execute(...args: any[]): Promise> }