mirror of
https://github.com/standardnotes/server
synced 2026-09-12 15:45:26 -04:00
feat(analytics): create new ddd architecture for persisting revenue modifications
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Result } from '../Core/Result'
|
||||
|
||||
export interface DomainUseCaseInterface<T> {
|
||||
execute(...args: any[]): Promise<Result<T>>
|
||||
}
|
||||
Reference in New Issue
Block a user