first commit
This commit is contained in:
21
types/setting.ts
Normal file
21
types/setting.ts
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user