This website requires JavaScript.
Explore
Help
Sign In
SaveFamily
/
sf-sim
Watch
0
Star
0
Fork
0
You've already forked sf-sim
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
9
Wiki
Activity
Files
5e99ea084a8d64ea599f88f2e01e882f87160dae
sf-sim
/
packages
/
shared
/
domain
/
Result.ts
8 lines
107 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Repositorio para llevar el registro de operaciones a objenious
2026-02-04 15:28:33 +01:00
/
*
*
*
Result
<
Error
,
Data
>
*
/
Todas las operaciones posibles de SIM
2026-02-02 16:59:12 +01:00
export
type
Result
<
E
,
D
>
=
{
error
:
E
|
undefined
,
data
:
D
|
undefined
}
Reference in New Issue
Copy Permalink