Type Alias KickStreamerOrderByWithRelationInput

KickStreamerOrderByWithRelationInput: {
    auditLogsChannelId?: SortOrderInput | SortOrder;
    auditLogsEnabled?: SortOrderInput | SortOrder;
    autoPublishIfAnnouncmentChannel?: SortOrderInput | SortOrder;
    builtInClipsChannelId?: SortOrderInput | SortOrder;
    builtInClipsEnabled?: SortOrderInput | SortOrder;
    builtInClipsPingRoleId?: SortOrderInput | SortOrder;
    chatRoomId?: SortOrderInput | SortOrder;
    clipChannelId?: SortOrderInput | SortOrder;
    clipEnabled?: SortOrderInput | SortOrder;
    clipPingRoleId?: SortOrderInput | SortOrder;
    clipperCategories?: SortOrder;
    clipperNeedsAllCategories?: SortOrderInput | SortOrder;
    customCoolDownBeforeNextLive?: SortOrderInput | SortOrder;
    customMessages?: KSCustomMessageOrderByRelationAggregateInput;
    dbId?: SortOrder;
    deleteEmbeds?: SortOrderInput | SortOrder;
    enableVodDownloading?: SortOrderInput | SortOrder;
    founderRoleId?: SortOrderInput | SortOrder;
    giftedSubRoles?: KSGiftedSubRoleOrderByRelationAggregateInput;
    guildId?: SortOrder;
    isCurrentlyLive?: KSCurrentlyLiveOrderByWithRelationInput;
    leaderBoardChannelId?: SortOrderInput | SortOrder;
    leaderBoardMessageId?: SortOrderInput | SortOrder;
    leaderBoardSyncRoles?: KSLeaderBoardSyncRoleOrderByRelationAggregateInput;
    leaderBoardTypes?: SortOrder;
    liveRoleId?: SortOrderInput | SortOrder;
    moderatorRoleId?: SortOrderInput | SortOrder;
    notificationChannelId?: SortOrderInput | SortOrder;
    ogRoleId?: SortOrderInput | SortOrder;
    pingRoleId?: SortOrderInput | SortOrder;
    sendOfflineMessage?: SortOrderInput | SortOrder;
    showNotifyButton?: SortOrderInput | SortOrder;
    statsChannelIds?: KSStatsChannelIdOrderByWithRelationInput;
    streamerId?: SortOrderInput | SortOrder;
    streamerUserName?: SortOrder;
    subscriberRoleId?: SortOrderInput | SortOrder;
    usePerStreamerEmbeds?: SortOrderInput | SortOrder;
    usersForLiveRole?: SortOrder;
    usersWhoHaveLiveRole?: SortOrder;
    usersWhoHaveRole?: KSRoleWithUsersOrderByRelationAggregateInput;
    verifiedRoleId?: SortOrderInput | SortOrder;
    vipRoleId?: SortOrderInput | SortOrder;
    vodsChannelId?: SortOrderInput | SortOrder;
    vodsPingRoleId?: SortOrderInput | SortOrder;
}