add more batch files
This commit is contained in:
Родитель
3618e51913
Коммит
0b1c9cc8f4
|
@ -9,4 +9,4 @@ export const AuthConstants = {
|
|||
"AZURE_AUTH_LOCATION": "AZURE_AUTH_LOCATION"
|
||||
};
|
||||
|
||||
export type TokenAudience = "graph" | "batch" | string | undefined;
|
||||
export type TokenAudience = "graph" | "batch" | string;
|
||||
|
|
|
@ -5,4 +5,4 @@ export declare const AuthConstants: {
|
|||
"DEFAULT_LANGUAGE": string;
|
||||
"AZURE_AUTH_LOCATION": string;
|
||||
};
|
||||
export declare type TokenAudience = "graph" | "batch" | string | undefined;
|
||||
export declare type TokenAudience = "graph" | "batch" | string;
|
||||
|
|
Загрузка…
Ссылка в новой задаче