Type Alias KSStatsChannelIdUpdateWithoutKickStreamerInput

KSStatsChannelIdUpdateWithoutKickStreamerInput: {
    dbId?: StringFieldUpdateOperationsInput | string;
    followers?: NullableStringFieldUpdateOperationsInput | string | null;
    isLive?: NullableStringFieldUpdateOperationsInput | string | null;
}