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

21
types/setting.ts Normal file
View File

@@ -0,0 +1,21 @@
export interface Setting {
title: string;
meta_title: string;
meta_description: string;
phone: string;
url: string;
email: string;
facebook: string;
x: string;
pinterest: string;
linkedin: string;
instagram: string;
whatsapp: string;
slogan: string;
w_logo: string;
b_logo: string;
created_at: string;
updated_at: string;
is_active: boolean;
}