mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-11-07 12:00:35 -05:00
8 lines
109 B
JSON
8 lines
109 B
JSON
{
|
|
"draft": "draft",
|
|
"booked": "booked",
|
|
"sent": "sent",
|
|
"paid": "paid",
|
|
"cancelled": "cancelled"
|
|
}
|