UNPKG
birthday-wish
Version:
latest (1.0.1)
1.0.1
1.0.0
Here's the updated GitHub description optimized for Bun runtime:
birthday-wish
/
src
/
types.ts
12 lines
(11 loc)
•
228 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
type
Wisdom
= {
quote
:
string
;
advice
:
string
;
funFact
:
string
; };
export
type
ApiConfig
= {
quotesApiUrl
:
string
;
adviceApiUrl
:
string
;
catFactApiUrl
:
string
;
quotesApiKey
:
string
; };