first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:18:17 +03:00
commit 7b2b27a42c
1660 changed files with 123050 additions and 0 deletions

9
types/jsonToType.ts Normal file
View File

@@ -0,0 +1,9 @@
export interface JsonToType {
id: number;
title: string;
json_data: string;
type_data: string;
created_at: string;
updated_at: string;
is_active: boolean;
}