Upload file command with copy/paste logic (#571)
Upload: File command Co-authored-by: prcrst <p-github@prcr.st> Co-authored-by: Zef Hemel <zef@zef.me>
This commit is contained in:
co-authored by
prcrst
Zef Hemel
parent
621c21d26c
commit
ae9c8dcb4c
@@ -143,5 +143,6 @@ export type LintDiagnostic = {
|
||||
|
||||
export type UploadFile = {
|
||||
name: string;
|
||||
contentType: string;
|
||||
content: Uint8Array;
|
||||
}
|
||||
Reference in New Issue
Block a user