util: 'when' field must be optional

This commit is contained in:
Florian Dold 2023-01-16 13:53:24 +01:00
parent bd57fa46a4
commit e4801dcc31
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -597,7 +597,7 @@ export interface WalletDiagnostics {
export interface TalerErrorDetail {
code: TalerErrorCode;
when: AbsoluteTime;
when?: AbsoluteTime;
hint?: string;
[x: string]: unknown;
}