mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-12 08:14:08 +02:00
refactor(frontend): フロントエンドの型エラー解消 (#16779)
This commit is contained in:
@@ -294,6 +294,7 @@ export type SigninFlowRequest = {
|
||||
'g-recaptcha-response'?: string | null;
|
||||
'turnstile-response'?: string | null;
|
||||
'm-captcha-response'?: string | null;
|
||||
'testcaptcha-response'?: string | null;
|
||||
};
|
||||
|
||||
export type SigninFlowResponse = {
|
||||
|
||||
Reference in New Issue
Block a user