Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Oct 27, 2023
1 parent 94e8c85 commit bd74c60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions addons/dexie-cloud/src/types/DXCAlert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ export type DXCAlert = DXCErrorAlert | DXCWarningAlert | DXCInfoAlert;

export interface DXCErrorAlert {
type: 'error';
messageCode: 'INVALID_OTP' |
'INVALID_EMAIL' |
'LICENSE_LIMIT_REACHED' |
'GENERIC_ERROR';
messageCode: 'INVALID_OTP' | 'INVALID_EMAIL' | 'LICENSE_LIMIT_REACHED' | 'GENERIC_ERROR';
message: string;
messageParams: { [paramName: string]: string; };
}
Expand Down

0 comments on commit bd74c60

Please sign in to comment.