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