export type KeyValueObject = {
    [key: string]: string;
};
