/** * Result of the confirmRecoveryCode PowerAuth method. */ export interface PowerAuthConfirmRecoveryCodeDataResult { /** * Indicates that the code was already confirmed in the past */ alreadyConfirmed: boolean; }