Updates
This commit is contained in:
@@ -2268,10 +2268,12 @@ export type APIGetMediaParams = {
|
||||
skipBase64?: "true" | "false";
|
||||
stream?: "stream";
|
||||
thumbnail?: "true" | "false";
|
||||
apiKey?: string;
|
||||
};
|
||||
|
||||
export type AddMediaAPIBody = {
|
||||
media: MediaUploadDataType[];
|
||||
folder?: string | null;
|
||||
type: (typeof MediaTypes)[number];
|
||||
apiKey?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user