export interface ReplacementsInterface {
    [key: string]: string | number;
}
