preparing to release

This commit is contained in:
joseCorte-exe 2022-06-15 16:11:52 -03:00
parent e7d49ecf4d
commit 6ee7e2a375

View File

@ -179,7 +179,7 @@ interface NotificationData {
}
interface NotificationsTableInterface{
notifications: NotificationData[],
notifications: any,
onChange: any
}