export interface CreateTotpAuthenticationMethod { /** Authentication method type (factor) */ type: "totp"; }