forked from mirrors/misskey
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