Type Alias KickClipperMaxAggregateOutputType

KickClipperMaxAggregateOutputType: {
    clipChannelId: string | null;
    clipEnabled: boolean | null;
    clipPingRoleId: string | null;
    clipperUserName: string | null;
    dbId: string | null;
    guildId: string | null;
    showNotifyButton: boolean | null;
    webhookAvatarUrl: string | null;
    webhookEnabled: boolean | null;
    webhookUsername: string | null;
}