feat: add axios
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
* main.proto
|
||||
* OpenAPI spec version: version not set
|
||||
*/
|
||||
import type { ProtobufAny } from './protobufAny'
|
||||
import type { ProtobufAny } from './protobufAny';
|
||||
|
||||
export interface RpcStatus {
|
||||
code?: number
|
||||
details?: ProtobufAny[]
|
||||
message?: string
|
||||
code?: number;
|
||||
details?: ProtobufAny[];
|
||||
message?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user