@hiero-hackers/hiero-notifications - v0.1.0
    Preparing search index...

    Interface DeliveriesConfig

    interface DeliveriesConfig {
        console?: boolean;
        discord?: Channel;
        slack?: Channel;
        webhook?: Channel;
    }
    Index
    console?: boolean
    discord?: Channel
    slack?: Channel
    webhook?: Channel