@favid-inc/api
Advanced tools
Comparing version 3.3.16 to 3.3.17
@@ -12,1 +12,10 @@ import { Artist } from "../model"; | ||
} | ||
export interface LoadProfile extends Action { | ||
Request: { | ||
url: "/LoadProfile"; | ||
method: "GET"; | ||
query?: void; | ||
data?: void; | ||
}; | ||
Response: Artist; | ||
} |
{ | ||
"name": "@favid-inc/api", | ||
"version": "3.3.16", | ||
"version": "3.3.17", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
7841
251