Skip to content

Instantly share code, notes, and snippets.

View nidalA1992's full-sized avatar
🎯
Focusing

nidalA1992

🎯
Focusing
View GitHub Profile
type Order = {
"order_number": string,
"price": number,
"user_id": number,
"receipt_id": number,
};
type User = {
"id": number,
"first_name": string