We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea58793 commit f42a343Copy full SHA for f42a343
libs/resources/src/dto/queue/guild-message.dto.ts
@@ -5,6 +5,7 @@ import {
5
IRabbitMQMessageBase,
6
RabbitMQMessageDto,
7
} from '@app/resources/dto/queue';
8
+import { RegionIdOrName } from '@alexzedim/blizzapi';
9
10
/**
11
* Guild Message DTO for RabbitMQ
@@ -34,6 +35,7 @@ import {
34
35
*/
36
export interface IGuildMessageBase {
37
id?: number;
38
+ region: RegionIdOrName;
39
/** Guild name (will be converted to kebab-case for guid) */
40
name: string;
41
/** Realm slug (will be converted to kebab-case for guid) */
0 commit comments