Type Alias TWSCurrentlyLiveNullableScalarRelationFilter

TWSCurrentlyLiveNullableScalarRelationFilter: {
    is?: TWSCurrentlyLiveWhereInput | null;
    isNot?: TWSCurrentlyLiveWhereInput | null;
}