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
/
SyncUseCaseInterface.ts
blob
b2e45c073ddc78e322dec4ea4204f1764034de79
1
import type { Result } from '@proton/docs-shared'
2
3
export interface SyncUseCaseInterface<T> {
4
execute(...args: any[]): Result<T>
5
}