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