[+] Add typeId to Assignment model
This commit is contained in:
@@ -16,6 +16,7 @@ export interface Assignment
|
|||||||
{
|
{
|
||||||
id: number,
|
id: number,
|
||||||
type: string,
|
type: string,
|
||||||
|
typeId: number,
|
||||||
description: string,
|
description: string,
|
||||||
date: string,
|
date: string,
|
||||||
complete: string,
|
complete: string,
|
||||||
|
|||||||
Reference in New Issue
Block a user