export * from './user' export type IResponse = { msg: string code: number } & T