ind page
This commit is contained in:
@@ -1242,10 +1242,14 @@ export async function fetchSiteSectors(siteId: number): Promise<any[]> {
|
||||
|
||||
// Industries API functions
|
||||
export interface Industry {
|
||||
id?: number;
|
||||
name: string;
|
||||
slug: string;
|
||||
description: string;
|
||||
sectors: Sector[];
|
||||
sectors_count?: number;
|
||||
keywords_count?: number;
|
||||
is_active?: boolean;
|
||||
}
|
||||
|
||||
export interface Sector {
|
||||
|
||||
Reference in New Issue
Block a user