export const cancelledResult = Object.freeze({ type: 'cancelled', data: null, }); export const noSavedCredentialFoundResult = Object.freeze({ type: 'noSavedCredentialFound', data: null, });