export type AuthCode = { code: string; domain: string; };