export interface IOpenApiConfig { portal_address: string; token: string; app_id?: string; cluster_name?: string; namespace_name?: string; }