AIRI Server API - v0.10.2
    Preparing search index...

    Interface DeliveryConfig

    interface DeliveryConfig {
        mode?: DeliveryMode;
        group?: string;
        required?: boolean;
        selection?: DeliverySelectionStrategy;
        stickyKey?: string;
    }
    Index

    Properties

    group?: string
    required?: boolean
    stickyKey?: string