Updates
This commit is contained in:
+1
@@ -7,6 +7,7 @@ type Params = {
|
||||
* # Query datasquirel.com
|
||||
*/
|
||||
useDefault?: boolean;
|
||||
query?: any;
|
||||
};
|
||||
export default function apiMediaDELETE(params: Params): Promise<APIResponseObject<DSQL_DATASQUIREL_USER_MEDIA | DSQL_DATASQUIREL_USER_MEDIA[]>>;
|
||||
export {};
|
||||
|
||||
+1
@@ -32,6 +32,7 @@ function apiMediaDELETE(params) {
|
||||
path: finalPath,
|
||||
apiKey,
|
||||
useDefault: params.useDefault,
|
||||
query: params.query,
|
||||
});
|
||||
return DELETE_MEDIA_RES;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user