Type Alias WSCurrentlyLiveNullableScalarRelationFilter

WSCurrentlyLiveNullableScalarRelationFilter: {
    is?: WSCurrentlyLiveWhereInput | null;
    isNot?: WSCurrentlyLiveWhereInput | null;
}