BaseResponse: {
    data: any;
    message: string;
    success: boolean;
}

Type declaration

  • data: any
  • message: string
  • success: boolean