Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
package graphql2
import (
"github.com/target/goalert/gadb"
"github.com/target/goalert/schedule"
)
type OnCallNotificationRuleInput struct {
schedule.OnCallNotificationRule
Dest gadb.DestV1
}