export type Chip = { tabIndex: number; label: string; boldLabel: string; tooltip: string; isInputSelection: boolean; inputIndex?: number; cloudProvider?: string; sameOrder?: Array; }; export type SameOrderLabel = { beforeImage?: string; label: string; boldLabel: string; cloud: string; };