Updates
This commit is contained in:
@@ -2271,6 +2271,10 @@ export type APIGetMediaParams = {
|
||||
stream?: "stream";
|
||||
thumbnail?: "true" | "false";
|
||||
apiKey?: string;
|
||||
/**
|
||||
* # Query datasquirel.com
|
||||
*/
|
||||
useDefault?: boolean;
|
||||
};
|
||||
|
||||
export type AddMediaAPIBody = {
|
||||
@@ -2278,4 +2282,8 @@ export type AddMediaAPIBody = {
|
||||
folder?: string | null;
|
||||
type: (typeof MediaTypes)[number];
|
||||
apiKey?: string;
|
||||
/**
|
||||
* # Query datasquirel.com
|
||||
*/
|
||||
useDefault?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user