export interface IProfileListItem { name: string; 'spark.executor.cores': string; 'spark.executor.memory': string; 'spark.master': string; properties: { name: string; value: string; }[]; }