export interface IFSHttpResponse { id: number; data?: any; message?: string; }