BaseResponse: {
    error?: string;
    status: boolean;
}

Type declaration

  • Optionalerror?: string

    The error message if the request was not successful

  • status: boolean

    Whether the request was successful or not