One: {
    replace?:
        | boolean
        | string
        | number
        | any[]
        | {
            [k: string]: any;
        };
}