orgnanization onboarding stepper form changes, code refactor for custom data-table grid
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface IndustryLookupDto {
|
||||
id: string;
|
||||
tenantId?: string | null;
|
||||
industryCode?: string;
|
||||
industryName: string;
|
||||
parentIndustryId?: string | null;
|
||||
}
|
||||
Reference in New Issue
Block a user