export interface INetworkResponse { code: string; message: string; payload: any; }