export type ConfigProps = {
    label: string;
    key: string;
};
