export type ConfigProps = {
    label: string;
    key1: string;
    key2: string;
    showHeader?: boolean;
    hideAddBtn?: boolean;
};
