mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-11-07 12:00:35 -05:00
10 lines
149 B
JSON
10 lines
149 B
JSON
{
|
|
"statuses": {
|
|
"draft": "rascunho",
|
|
"booked": "registrada",
|
|
"sent": "enviada",
|
|
"paid": "paga",
|
|
"cancelled": "cancelada"
|
|
}
|
|
}
|