Type Alias TiktokStreamerOrderByWithRelationInput

TiktokStreamerOrderByWithRelationInput: {
    autoPublishIfAnnouncmentChannel?: SortOrderInput | SortOrder;
    customCoolDownBeforeNextLive?: SortOrderInput | SortOrder;
    customMessages?: TTSCustomMessageOrderByRelationAggregateInput;
    dbId?: SortOrder;
    deleteEmbeds?: SortOrderInput | SortOrder;
    guildId?: SortOrder;
    isCurrentlyLive?: TTSCurrentlyLiveOrderByWithRelationInput;
    lastLive?: SortOrderInput | SortOrder;
    lastVideo?: SortOrderInput | SortOrder;
    liveNotificationChannelId?: SortOrderInput | SortOrder;
    liveRoleId?: SortOrderInput | SortOrder;
    pingRoleId?: SortOrderInput | SortOrder;
    sendOfflineMessage?: SortOrderInput | SortOrder;
    showNotifyButton?: SortOrderInput | SortOrder;
    statsChannelIds?: TTSStatsChannelIdOrderByWithRelationInput;
    streamerUserName?: SortOrder;
    usePerStreamerEmbeds?: SortOrderInput | SortOrder;
    usersForLiveRole?: SortOrder;
    usersWhoHaveLiveRole?: SortOrder;
    videoNotificationChannelId?: SortOrderInput | SortOrder;
}