export interface HttpType { code: number, message: string, error: never, data: T, }