Consider the following TypeScript code:
type AccountType = "staff" | "user" type StaffAccountName = "owner" | "CEO" |