ECommerce Ordini Email 1

This commit is contained in:
Paolo Arena
2021-03-30 02:22:46 +02:00
parent 47b01c9002
commit 30dbd9bb57
35 changed files with 913 additions and 61 deletions

View File

@@ -5,6 +5,7 @@ export interface ITodo {
userId?: string
category?: string
descr?: string,
note?: string,
priority?: number,
statustodo?: number,
created_at?: Date,