export default interface IResponse {
    error: number;
    msg: string;
    data: any;
}
