delete insert selesai, show data masih belum sesuai

This commit is contained in:
2025-06-08 11:25:59 +07:00
parent 5d1301ddae
commit cabb052b21
12 changed files with 90 additions and 130 deletions

No files matched your search

+5
View File
@@ -0,0 +1,5 @@
export interface MessagesHandler {
title?: string;
text?: string,
type?: string,
}