This commit is contained in:
Ace Eldeib 2018-08-24 15:31:48 -07:00
Родитель 3618e51913
Коммит 0b1c9cc8f4
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;

2
typings/lib/util/authConstants.d.ts поставляемый
Просмотреть файл

@ -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;