Type Alias RSCurrentlyLiveOrderByWithRelationInput

RSCurrentlyLiveOrderByWithRelationInput: {
    channelId?: SortOrderInput | SortOrder;
    correct?: SortOrderInput | SortOrder;
    dbId?: SortOrder;
    messageId?: SortOrderInput | SortOrder;
    rumbleStreamer?: RumbleStreamerOrderByWithRelationInput;
    rumbleStreamerId?: SortOrder;
}