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