Type Alias YoutubeStreamerMaxOrderByAggregateInput

YoutubeStreamerMaxOrderByAggregateInput: {
    autoPublishIfAnnouncmentChannel?: Prisma.SortOrder;
    customCoolDownBeforeNextLive?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    deleteEmbeds?: Prisma.SortOrder;
    guildId?: Prisma.SortOrder;
    lastLive?: Prisma.SortOrder;
    lastVideo?: Prisma.SortOrder;
    liveNotificationChannelId?: Prisma.SortOrder;
    liveRoleId?: Prisma.SortOrder;
    pingRoleId?: Prisma.SortOrder;
    sendOfflineMessage?: Prisma.SortOrder;
    showNotifyButton?: Prisma.SortOrder;
    streamerId?: Prisma.SortOrder;
    streamerUserName?: Prisma.SortOrder;
    usePerStreamerEmbeds?: Prisma.SortOrder;
    videoNotificationChannelId?: Prisma.SortOrder;
}