Type Alias GuildCustomMessageMaxAggregateOutputType

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