浏览代码

fixup! Added Companion OAuth Key type (#4668)

Murderlon 1 年之前
父节点
当前提交
dac10a9a67
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/@uppy/companion-client/types/index.d.ts

+ 2 - 2
packages/@uppy/companion-client/types/index.d.ts

@@ -13,8 +13,8 @@ export interface TokenStorage {
 type CompanionHeaders = Record<string, string>
 
 type CompanionKeys = {
-  key: string,
-  credentialsName: string,
+  key: string
+  credentialsName: string
 }
 
 export interface RequestClientOptions {