Type Alias UserTwitchAccountNullableScalarRelationFilter

UserTwitchAccountNullableScalarRelationFilter: {
    is?: UserTwitchAccountWhereInput | null;
    isNot?: UserTwitchAccountWhereInput | null;
}