chore: auto-generate protobuf files [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-11 12:36:33 +00:00
parent b10fbaf68c
commit 5fea4fc952
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ export interface CreateUserRequest {
}
export interface CreateUserResponse {
success: string;
success: boolean;
}
export interface ChangeMeRequest {