Type Alias GuildDropsGameWebhookNullableScalarRelationFilter

GuildDropsGameWebhookNullableScalarRelationFilter: {
    is?: GuildDropsGameWebhookWhereInput | null;
    isNot?: GuildDropsGameWebhookWhereInput | null;
}