This website requires JavaScript.
Explore
Help
Sign in
steffo
/
festa
Watch
1
Fork
You've already forked festa
0
mirror of
https://github.com/Steffo99/festa.git
synced
2024-12-23 07:04:22 +00:00
Code
Activity
f23363f208
festa
/
types
/
api.ts
6 lines
97 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Rearrange things
2022-05-29 02:01:56 +00:00
export
type
ApiError
=
{
error
:
string
}
idk i sleep
2022-05-30 03:19:49 +00:00
export
type
ApiResult
<
T
>
=
ApiError
|
T
|
T
[
]
|
""
Copy permalink