Type Alias GuildDropsNullableScalarRelationFilter

GuildDropsNullableScalarRelationFilter: {
    is?: GuildDropsWhereInput | null;
    isNot?: GuildDropsWhereInput | null;
}