Type aliases allow you to create a new name for an existing type . The following shows the syntax of the type alias: type alias = existingType; The existing type can be any valid TypeScript type.
Type aliases allow you to create a new name for an existing type . The following shows the syntax of the type alias: type alias = existingType; The existing type can be any valid TypeScript type.