export interface BaseInterface { code: number; message: string; additional_data: string; }