Type Alias RSCurrentlyLiveNullableScalarRelationFilter

RSCurrentlyLiveNullableScalarRelationFilter: {
    is?: RSCurrentlyLiveWhereInput | null;
    isNot?: RSCurrentlyLiveWhereInput | null;
}