feat: orval generate

This commit is contained in:
Константин Уколов
2024-07-31 10:38:59 +03:00
parent 0f08a7007d
commit 9d44b23565
27 changed files with 813 additions and 34 deletions
+13
View File
@@ -0,0 +1,13 @@
/**
* Generated by orval v6.31.0 🍺
* Do not edit manually.
* main.proto
* OpenAPI spec version: version not set
*/
import type { ProtobufAny } from './protobufAny'
export interface RpcStatus {
code?: number
details?: ProtobufAny[]
message?: string
}