Type Alias KSCurrentlyLiveNullableScalarRelationFilter

KSCurrentlyLiveNullableScalarRelationFilter: {
    is?: KSCurrentlyLiveWhereInput | null;
    isNot?: KSCurrentlyLiveWhereInput | null;
}