@favid-inc/api
Advanced tools
Comparing version 6.3.1 to 6.4.0
import { ArtistRate } from "../model"; | ||
import { Action } from "./action"; | ||
export declare type ListArtistRates = Action<{ | ||
url: "/ListArtistRates"; | ||
method: "GET"; | ||
}>; | ||
export declare type DeleteArtistRate = Action<{ | ||
@@ -9,3 +13,2 @@ url: "/DeleteArtistRate"; | ||
}; | ||
params?: void; | ||
}>; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "6.3.1", | ||
"version": "6.4.0", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
89529
1244