refactor(frontend): フロントエンドの型エラー解消 (#16779)

This commit is contained in:
かっこかり
2025-11-10 16:52:42 +09:00
committed by GitHub
parent fd2fe34270
commit 39e01b1dfe
3 changed files with 6 additions and 1 deletions

View File

@@ -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 = {