semblance_backup/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/EncryptedData.d.ts

8 lines
No EOL
237 B
TypeScript

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