repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
docs-core
/
lib
/
Domain
/
UseCase
/
UseCaseInterface.ts
blob
0d27bf6396192989ce492cbccc57aba9fce0193f
1
import type { Result } from '@proton/docs-shared'
2
3
export interface UseCaseInterface<T> {
4
execute(...args: any[]): Promise<Result<T>>
5
}