Type Alias GuildSingleMessageWebhookMaxAggregateOutputType

GuildSingleMessageWebhookMaxAggregateOutputType: {
    avatarUrl: string | null;
    dbId: string | null;
    enabled: boolean | null;
    guildCustomSingleMessageId: string | null;
    username: string | null;
}