chore: auto-generate protobuf files [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-13 20:28:00 +00:00
parent ac1252253a
commit 54d47b1747
2 changed files with 12 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ export interface Verify2FaRequest {
export interface Verify2FaResponse {
accessToken: string;
refreshToken: string;
status: string;
message: string;
reserveCodes: string[];