@valon-technologies/gestalt
    Preparing search index...

    Interface EventActivationOptions

    interface EventActivationOptions {
        id?: string;
        source?: string;
        subject?: string;
        paused?: boolean;
    }
    Index

    Properties

    id?: string
    source?: string
    subject?: string
    paused?: boolean