Type Alias GuildRandomMessageMinAggregateOutputType

GuildRandomMessageMinAggregateOutputType: {
    dbId: string | null;
    guildId: string | null;
    type: GuildMessageTypeEnum | null;
}