Initial
This commit is contained in:
8
node_modules/@azure/msal-browser/dist/cache/EncryptedData.d.ts
generated
vendored
Normal file
8
node_modules/@azure/msal-browser/dist/cache/EncryptedData.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export type EncryptedData = {
|
||||
id: string;
|
||||
nonce: string;
|
||||
data: string;
|
||||
lastUpdatedAt: string;
|
||||
};
|
||||
export declare function isEncrypted(data: object): data is EncryptedData;
|
||||
//# sourceMappingURL=EncryptedData.d.ts.map
|
||||
Reference in New Issue
Block a user