how to change a value in an interface typescript code example Example: interface ts one valu // use type instead interface type StringOrNull = string | null;