how to make variable have properties of both the interfaces in javascript code example
Example: interface ts one valu
// use type instead interface
type StringOrNull = string | null;
// use type instead interface
type StringOrNull = string | null;