Merge branch 'develop' into nice_dev
This commit is contained in:
commit
e3bcb01abe
11 changed files with 446 additions and 149 deletions
|
|
@ -2,12 +2,12 @@ interface DataListRow {
|
|||
id: string;
|
||||
personId: string;
|
||||
title: string;
|
||||
dateReceived: string;
|
||||
dateReceived: string|null;
|
||||
respondentType: string;
|
||||
offenseDetails: string;
|
||||
createdAt: string;
|
||||
levelConsideration: string;
|
||||
dateConsideration: string;
|
||||
dateConsideration: string |null;
|
||||
status: string;
|
||||
}
|
||||
interface DataAdd {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue