I have the following code:
export type Message = { type: \'auth\', user: string, password?: string } | { type: \'getDat