export interface CreateRecoveryCodeAuthenticationMethod { /** Authentication method type (factor) */ type: "recovery-code"; }