// Original file: proto/grpc/testing/empty.proto


/**
 * An empty message that you can re-use to avoid defining duplicated empty
 * messages in your project. A typical example is to use it as argument or the
 * return value of a service API. For instance:
 * 
 * service Foo {
 * rpc Bar (grpc.testing.Empty) returns (grpc.testing.Empty) { };
 * };
 */
export interface Empty {
}

/**
 * An empty message that you can re-use to avoid defining duplicated empty
 * messages in your project. A typical example is to use it as argument or the
 * return value of a service API. For instance:
 * 
 * service Foo {
 * rpc Bar (grpc.testing.Empty) returns (grpc.testing.Empty) { };
 * };
 */
export interface Empty__Output {
}
