refactor(backend): remove/replace deprecated type deps (#13252)
This commit is contained in:
parent
5e317eac8c
commit
37959bab1d
5 changed files with 34 additions and 33 deletions
|
@ -18,7 +18,7 @@ import type {
|
|||
PublicKeyCredentialCreationOptionsJSON,
|
||||
PublicKeyCredentialRequestOptionsJSON,
|
||||
RegistrationResponseJSON,
|
||||
} from '@simplewebauthn/typescript-types';
|
||||
} from '@simplewebauthn/types';
|
||||
import type * as misskey from 'misskey-js';
|
||||
|
||||
describe('2要素認証', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue