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