fix issues in core
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
export interface UploadOptions {
|
||||
filename: string;
|
||||
mimeType: string;
|
||||
metadata?: Record<string, any>;
|
||||
metadata?: Record<string, unknown>;
|
||||
}
|
||||
|
||||
export interface UploadResult {
|
||||
|
||||
Reference in New Issue
Block a user