mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
21 lines
916 B
TypeScript
21 lines
916 B
TypeScript
/* eslint:disable */
|
|
// Code generated by gotsrpc https://github.com/foomo/gotsrpc/v2 - DO NOT EDIT.
|
|
import * as github_com_foomo_gotsrpc_v2_example_errors_service_frontend from './service-vo'; // ./client/src/service-vo.ts to ./client/src/service-vo.ts
|
|
// github.com/foomo/gotsrpc/v2/example/errors/service/frontend.ErrMulti
|
|
export type ErrMulti = (typeof github_com_foomo_gotsrpc_v2_example_errors_service_frontend.ErrMultiA) & (typeof github_com_foomo_gotsrpc_v2_example_errors_service_frontend.ErrMultiB)
|
|
// github.com/foomo/gotsrpc/v2/example/errors/service/frontend.ErrMultiA
|
|
export enum ErrMultiA {
|
|
One = "one",
|
|
Two = "two",
|
|
}
|
|
// github.com/foomo/gotsrpc/v2/example/errors/service/frontend.ErrMultiB
|
|
export enum ErrMultiB {
|
|
Four = "four",
|
|
Three = "three",
|
|
}
|
|
// github.com/foomo/gotsrpc/v2/example/errors/service/frontend.ErrSimple
|
|
export enum ErrSimple {
|
|
One = "one",
|
|
Two = "two",
|
|
}
|
|
// end of common js
|