@javatypes/amqp-client
Version:
java amqp-client types
19 lines (18 loc) • 533 B
TypeScript
declare namespace com {
namespace rabbitmq {
namespace client {
namespace impl {
/**
* Publicly available Client Version information
*/
// @ts-ignore
class ClientVersion extends java.lang.Object {
// @ts-ignore
constructor()
// @ts-ignore
public static readonly VERSION: java.lang.String | string
}
}
}
}
}