Type Alias GuildDropsWebhookNullableScalarRelationFilter

GuildDropsWebhookNullableScalarRelationFilter: {
    is?: GuildDropsWebhookWhereInput | null;
    isNot?: GuildDropsWebhookWhereInput | null;
}