summary refs log tree commit diff
path: root/util/src/config/types/RabbitMQConfiguration.ts
blob: ce4a91236ae5155ced5ea8ff6d49b20a99ea6d0c (plain) (blame)
1
2
3
export class RabbitMQConfiguration {
    host: string | null = null;
}