Type Alias GuildCustomMessageMinAggregateOutputType

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