cohorta/node_modules/@azure/msal-browser/dist/cache/EncryptedData.d.ts
2025-12-19 19:26:16 +00:00

8 lines
No EOL
237 B
TypeScript
Executable file

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