export type ID = string | null | undefined // TODO: this is a base user export interface User { id(): ID anonymousId(): ID }