export interface CcStep { email: string; name: string; step: number; }