Type Alias GuildCustomMessageMaxAggregateOutputType

GuildCustomMessageMaxAggregateOutputType: {
    content: string | null;
    dbId: string | null;
    guildId: string | null;
    type: GuildMessageTypeEnum | null;
}