Merge branch 'develop' into dev-tee
This commit is contained in:
commit
dcf7240618
13 changed files with 1776 additions and 385 deletions
|
|
@ -28,10 +28,10 @@ interface menuType {
|
|||
}
|
||||
|
||||
interface notiType {
|
||||
id: number;
|
||||
id: string;
|
||||
sender: string;
|
||||
body: string;
|
||||
timereceive: string;
|
||||
timereceive: Date;
|
||||
}
|
||||
|
||||
interface optionType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue