export interface ICustomParameter { key: string; value: string; isRemove: boolean; }