Type Alias YoutubeStreamerOrderByWithRelationInput

YoutubeStreamerOrderByWithRelationInput: {
    autoPublishIfAnnouncmentChannel?: SortOrderInput | SortOrder;
    customCoolDownBeforeNextLive?: SortOrderInput | SortOrder;
    customMessages?: YTSCustomMessageOrderByRelationAggregateInput;
    dbId?: SortOrder;
    deleteEmbeds?: SortOrderInput | SortOrder;
    guildId?: SortOrder;
    isCurrentlyLive?: YTSCurrentlyLiveOrderByWithRelationInput;
    lastLive?: SortOrderInput | SortOrder;
    lastVideo?: SortOrderInput | SortOrder;
    liveNotificationChannelId?: SortOrderInput | SortOrder;
    liveRoleId?: SortOrderInput | SortOrder;
    pingRoleId?: SortOrderInput | SortOrder;
    sendOfflineMessage?: SortOrderInput | SortOrder;
    showNotifyButton?: SortOrderInput | SortOrder;
    statsChannelIds?: YTSStatsChannelIdOrderByWithRelationInput;
    streamerId?: SortOrderInput | SortOrder;
    streamerUserName?: SortOrder;
    usePerStreamerEmbeds?: SortOrderInput | SortOrder;
    usersForLiveRole?: SortOrder;
    usersWhoHaveLiveRole?: SortOrder;
    videoNotificationChannelId?: SortOrderInput | SortOrder;
}