chore: auto-generate protobuf files [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-03 20:39:36 +00:00
parent 11d27550dd
commit 07977879a3
2 changed files with 18 additions and 7 deletions

View File

@@ -36,7 +36,8 @@ export interface RefreshResponse {
}
export interface LogoutRequest {
accessToken: string;
userId: string;
sessionId: string;
}
export interface LogoutResponse {