feat: implement home page, business directory, and administrative management features with updated schema and API routes
Some checks failed
Build and Push App / build (push) Failing after 51s
Some checks failed
Build and Push App / build (push) Failing after 51s
This commit is contained in:
12
types.ts
12
types.ts
@@ -41,6 +41,8 @@ export interface Business {
|
||||
name: string;
|
||||
slug?: string;
|
||||
category: string;
|
||||
categoryId?: string;
|
||||
suggestedCategory?: string;
|
||||
location: string; // Legacy: City, Country
|
||||
countryId?: string;
|
||||
country?: Country;
|
||||
@@ -133,13 +135,3 @@ export interface Rating {
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
export const CATEGORIES = [
|
||||
"Technologie & IT",
|
||||
"Agriculture & Agrobusiness",
|
||||
"Mode & Textile",
|
||||
"Cosmétique & Beauté",
|
||||
"Services aux entreprises",
|
||||
"Restauration & Alimentation",
|
||||
"Construction & BTP",
|
||||
"Éducation & Formation"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user