export interface ApigenPersonalInfo { address: string; id: string; password: string; tel: string; }