export interface IApplyDialogProps { appType: string; appTypeDesc: string; appTitle: string; appIcon: string; clientType?: clientTypeProps; clientTypeArray?: clientTypeProps[]; orgCommercialType: OrgCommercialType; } export declare enum clientTypeProps { ZLB = 1, XZZJ = 2 } export declare enum OrgCommercialType { standard_edition = "standard_edition", base_edition = "base_edition" }